From: foobar Date: Tue, 28 Jan 2003 06:52:33 +0000 (+0000) Subject: MFH: typo fix X-Git-Tag: PHP_4_3_before_13561_fix~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beed320140801e4efb2970bc76e46a50dc66f129;p=php MFH: typo fix --- diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index 506c785630..e65565724d 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -15,7 +15,7 @@ if test "$PHP_MIME_MAGIC" != "no"; then dnl dnl Try to see if we can find the path of the magic file in its default locations. dnl - if test "$PHP_MIME_MAGIC" = "yes"; then + if test "$PHP_MIME_MAGIC" != "yes"; then if test -f $PHP_MIME_MAGIC; then PHP_MIME_MAGIC_FILE_PATH=$PHP_MIME_MAGIC else