Skip to content

Commit c96fe82

Browse files
author
foobar
committed
fix typo
1 parent 1ab64d2 commit c96fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mime_magic/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if test "$PHP_MIME_MAGIC" != "no"; then
1515
dnl
1616
dnl Try to see if we can find the path of the magic file in its default locations.
1717
dnl
18-
if test "$PHP_MIME_MAGIC" = "yes"; then
18+
if test "$PHP_MIME_MAGIC" != "yes"; then
1919
if test -f $PHP_MIME_MAGIC; then
2020
PHP_MIME_MAGIC_FILE_PATH=$PHP_MIME_MAGIC
2121
else

0 commit comments

Comments
 (0)