diff options
author | Sascha Schumann <sas@php.net> | 2000-12-06 17:34:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-06 17:34:58 +0000 |
commit | 7e28784de3c13d7834b619fd6113e906eb3e9255 (patch) | |
tree | 3111ee62aa3e11f8f870dd3011397c6e7eebc9de /ext/bcmath | |
parent | 41f8d621b657c69b483be43c1da4b4caf80421cb (diff) | |
download | php-git-7e28784de3c13d7834b619fd6113e906eb3e9255.tar.gz |
Fix indentation of configure output
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index 8289624dc4..ed5677416d 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, -[ --without-bcmath Compile without bc style precision math functions. ], yes) +PHP_ARG_ENABLE(bcmath, for bc style precision math functions, +[ --enable-bcmath Enable bc style precision math functions.]) if test "$PHP_BCMATH" != "no"; then AC_DEFINE(WITH_BCMATH, 1, [Whether you have bcmath]) |