From: foobar Date: Tue, 28 Jan 2003 06:52:09 +0000 (+0000) Subject: fix typo X-Git-Tag: PHP_5_0_dev_before_13561_fix~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c96fe825b87a32f33458133cb3dcaf8a8c2b611e;p=php fix typo --- 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