diff options
author | Joey Smith <joey@php.net> | 2000-05-01 04:02:43 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-05-01 04:02:43 +0000 |
commit | b2266104b12bc9a1dfd2677051c202d1f64bdbca (patch) | |
tree | 1e35528929844f30c5d9a157b6625ccd1fb97b85 /ext | |
parent | c07dcd1b8d6144d8a280339749605adbe7e9364f (diff) | |
download | php-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')
-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 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,[ ]) |