From: Sascha Schumann Date: Tue, 24 Sep 2002 06:37:17 +0000 (+0000) Subject: Replace underscores with dashes in --enable-mime-magic X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f81e9ad230df1ac7fc41e24b1cae2d74d2bdbf7;p=php Replace underscores with dashes in --enable-mime-magic --- diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index 183a14013e..de7af20e6b 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -1,8 +1,8 @@ dnl $Id$ 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)