From 4daab7c982a15c09ca59ccaf7f099c11cdc46fe6 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Thu, 30 Nov 2000 15:20:40 +0000 Subject: [PATCH] fix configure --help option name... --- ext/bcmath/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.40.0