sas Tue Sep 24 02:37:17 2002 EDT Modified files: /php4/ext/mime_magic config.m4 Log: Replace underscores with dashes in --enable-mime-magic Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_magic/config.m4:1.5 php4/ext/mime_magic/config.m4:1.6 --- php4/ext/mime_magic/config.m4:1.5 Thu Sep 19 16:14:24 2002 +++ php4/ext/mime_magic/config.m4 Tue Sep 24 02:37:17 2002 @@ -1,8 +1,8 @@ -dnl $Id: config.m4,v 1.5 2002/09/19 20:14:24 derick Exp $ +dnl $Id: config.m4,v 1.6 2002/09/24 06:37:17 sas Exp $ dnl config.m4 for extension mime_magic -PHP_ARG_ENABLE(mime_magic, whether to enable mime_magic support, -[ --enable-mime_magic Enable mime_magic support]) +PHP_ARG_ENABLE(mime-magic, whether to enable mime_magic support, +[ --enable-mime-magic Enable mime_magic support]) if test "$PHP_MIME_MAGIC" = "yes"; then dnl PHP_SUBST(MIME_MAGIC_SHARED_LIBADD)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php