From: Hartmut Holzgraefe Date: Wed, 27 Mar 2002 13:54:09 +0000 (+0000) Subject: not enabled by default X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1016 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad361b50dc79e9516c15987d519894aa903c2e84;p=php not enabled by default --- diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index 21e1c88a1e..9342ed2306 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -4,7 +4,7 @@ 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]) -if test "$PHP_MIME_MAGIC" != "no"; then +if test "$PHP_MIME_MAGIC" = "yes"; then dnl PHP_SUBST(MIME_MAGIC_SHARED_LIBADD) PHP_NEW_EXTENSION(mime_magic, mime_magic.c, $ext_shared)