summaryrefslogtreecommitdiff
path: root/ext/bcmath/config.m4
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2000-05-01 04:02:43 +0000
committerJoey Smith <joey@php.net>2000-05-01 04:02:43 +0000
commitb2266104b12bc9a1dfd2677051c202d1f64bdbca (patch)
tree1e35528929844f30c5d9a157b6625ccd1fb97b85 /ext/bcmath/config.m4
parentc07dcd1b8d6144d8a280339749605adbe7e9364f (diff)
downloadphp-git-b2266104b12bc9a1dfd2677051c202d1f64bdbca.tar.gz
Forgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
@ Added configure time checking for bcmath package
Diffstat (limited to 'ext/bcmath/config.m4')
-rw-r--r--ext/bcmath/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4
index b9d3291da2..3ef0ba2d5a 100644
--- a/ext/bcmath/config.m4
+++ b/ext/bcmath/config.m4
@@ -12,10 +12,10 @@ AC_ARG_ENABLE(bcmath,
PHP_EXTENSION(bcmath)
if test -f $srcdir/ext/bcmath/number.c; then
if grep "Dummy File" $srcdir/ext/bcmath/number.c >/dev/null; then
- AC_MSG_ERROR(You do not have the bcmath package. Please read the README-BCMATH.)
+ AC_MSG_ERROR(You do not have the bcmath package. Please read the README-BCMATH file.)
fi
else
- AC_MSG_ERROR(You do not have the bcmath package. Please read the README-BCMATH.)
+ AC_MSG_ERROR(You do not have the bcmath package. Please read the README-BCMATH file.)
fi
else
AC_DEFINE(WITH_BCMATH, 0,[ ])