summaryrefslogtreecommitdiff
path: root/ext/bcmath/config.m4
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-11-30 15:20:40 +0000
committerSterling Hughes <sterling@php.net>2000-11-30 15:20:40 +0000
commit4daab7c982a15c09ca59ccaf7f099c11cdc46fe6 (patch)
tree9f55f78baf9f43ef9bdbb34454ccfb611a4e45a6 /ext/bcmath/config.m4
parent42fc96aaaf15137d35dcd5d248144c43e3a51c6d (diff)
downloadphp-git-4daab7c982a15c09ca59ccaf7f099c11cdc46fe6.tar.gz
fix configure --help option name...
Diffstat (limited to 'ext/bcmath/config.m4')
-rw-r--r--ext/bcmath/config.m42
1 files changed, 1 insertions, 1 deletions
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])