sniper Tue Jan 28 01:52:33 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mime_magic config.m4
Log:
MFH: typo fix
Index: php4/ext/mime_magic/config.m4
diff -u php4/ext/mime_magic/config.m4:1.6.2.1 php4/ext/mime_magic/config.m4:1.6.2.2
--- php4/ext/mime_magic/config.m4:1.6.2.1 Mon Jan 27 20:00:42 2003
+++ php4/ext/mime_magic/config.m4 Tue Jan 28 01:52:33 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.6.2.1 2003/01/28 01:00:42 sniper Exp $
+dnl $Id: config.m4,v 1.6.2.2 2003/01/28 06:52:33 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