From: Sterling Hughes Date: Thu, 30 Nov 2000 15:20:40 +0000 (+0000) Subject: fix configure --help option name... X-Git-Tag: php-4.0.4RC3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4daab7c982a15c09ca59ccaf7f099c11cdc46fe6;p=php fix configure --help option name... --- diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index 062dd7b555..8289624dc4 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -1,7 +1,7 @@ dnl $Id$ PHP_ARG_WITH(bcmath, for bc style precision math functions, -[ --disable-bcmath Compile without bc style precision math functions. ], yes) +[ --without-bcmath Compile without bc style precision math functions. ], yes) if test "$PHP_BCMATH" != "no"; then AC_DEFINE(WITH_BCMATH, 1, [Whether you have bcmath])