]> granicus.if.org Git - php/commitdiff
fix configure --help option name...
authorSterling Hughes <sterling@php.net>
Thu, 30 Nov 2000 15:20:40 +0000 (15:20 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 30 Nov 2000 15:20:40 +0000 (15:20 +0000)
ext/bcmath/config.m4

index 062dd7b5550839c8c09a0302df44020d5d1c939c..8289624dc4f4a4c77f6628933b3ff60d0089ad41 100644 (file)
@@ -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])