diff options
author | Sterling Hughes <sterling@php.net> | 2000-11-30 15:20:40 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-11-30 15:20:40 +0000 |
commit | 4daab7c982a15c09ca59ccaf7f099c11cdc46fe6 (patch) | |
tree | 9f55f78baf9f43ef9bdbb34454ccfb611a4e45a6 /ext/bcmath | |
parent | 42fc96aaaf15137d35dcd5d248144c43e3a51c6d (diff) | |
download | php-git-4daab7c982a15c09ca59ccaf7f099c11cdc46fe6.tar.gz |
fix configure --help option name...
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/config.m4 | 2 |
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]) |