diff options
Diffstat (limited to 'ext/bcmath/config.m4')
| -rw-r--r-- | ext/bcmath/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index 1dd2de2dbf..e6a99a7239 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -1,7 +1,9 @@ dnl config.m4 for extension bcmath -PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions, -[ --enable-bcmath Enable bc style precision math functions]) +PHP_ARG_ENABLE([bcmath], + [whether to enable bc style precision math functions], + [AS_HELP_STRING([--enable-bcmath], + [Enable bc style precision math functions])]) if test "$PHP_BCMATH" != "no"; then PHP_NEW_EXTENSION(bcmath, bcmath.c \ |
