From 8f81e9ad230df1ac7fc41e24b1cae2d74d2bdbf7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 24 Sep 2002 06:37:17 +0000 Subject: [PATCH] Replace underscores with dashes in --enable-mime-magic --- ext/mime_magic/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1