sniper Tue Jan 28 01:52:09 2003 EDT
Modified files:
/php4/ext/mime_magic config.m4
Log:
fix typo
Index: php4/ext/mime_magic/config.m4
diff -u php4/ext/mime_magic/config.m4:1.8 php4/ext/mime_magic/config.m4:1.9
--- php4/ext/mime_magic/config.m4:1.8 Mon Jan 27 20:00:15 2003
+++ php4/ext/mime_magic/config.m4 Tue Jan 28 01:52:09 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.8 2003/01/28 01:00:15 sniper Exp $
+dnl $Id: config.m4,v 1.9 2003/01/28 06:52:09 sniper Exp $
dnl
PHP_ARG_WITH(mime-magic, whether to include mime_magic support,
@@ -15,7 +15,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php