We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab64d2 commit c96fe82Copy full SHA for c96fe82
ext/mime_magic/config.m4
@@ -15,7 +15,7 @@ if test "$PHP_MIME_MAGIC" != "no"; then
15
dnl
16
dnl Try to see if we can find the path of the magic file in its default locations.
17
18
- if test "$PHP_MIME_MAGIC" = "yes"; then
+ if test "$PHP_MIME_MAGIC" != "yes"; then
19
if test -f $PHP_MIME_MAGIC; then
20
PHP_MIME_MAGIC_FILE_PATH=$PHP_MIME_MAGIC
21
else
0 commit comments