summaryrefslogtreecommitdiff
path: root/ext/bcmath/config.m4
diff options
context:
space:
mode:
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)