]> granicus.if.org Git - php/commitdiff
fix typo
authorfoobar <sniper@php.net>
Tue, 28 Jan 2003 06:52:09 +0000 (06:52 +0000)
committerfoobar <sniper@php.net>
Tue, 28 Jan 2003 06:52:09 +0000 (06:52 +0000)
ext/mime_magic/config.m4

index 506c785630f25973abe54f872e4bac43d29624f8..e65565724de98c83e29af0217f7630f6324a13f8 100644 (file)
@@ -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