summaryrefslogtreecommitdiff
path: root/ext/bcmath/config.m4
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
committerStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
commit809198b9162cbef4af420e5ae3e74b3c3adcc3f3 (patch)
tree4717873236a3de3ad755df0da3a91d3e1174ef1f /ext/bcmath/config.m4
parent95303a4bb270d31cef0e83ee7453c143f1bd7566 (diff)
downloadphp-git-809198b9162cbef4af420e5ae3e74b3c3adcc3f3.tar.gz
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.
Diffstat (limited to 'ext/bcmath/config.m4')
-rw-r--r--ext/bcmath/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4
index 18aa4ebea8..960d3863f6 100644
--- a/ext/bcmath/config.m4
+++ b/ext/bcmath/config.m4
@@ -2,9 +2,9 @@ dnl $Id$
AC_MSG_CHECKING(whether to enable bc style precision math functions)
AC_ARG_ENABLE(bcmath,
-[ --enable-bcmath Compile with bc style precision math functions.
- Read README-BCMATH for instructions on how to
- get this module installed. ],
+[ --enable-bcmath Compile with bc style precision math functions.
+ Read README-BCMATH for instructions on how to
+ get this module installed. ],
[
if test "$enableval" = "yes"; then
AC_DEFINE(WITH_BCMATH, 1)