diff options
author | Joey Smith <joey@php.net> | 2000-05-03 04:55:19 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-05-03 04:55:19 +0000 |
commit | 0022a2f81ad2fffe20da1f9a47c6f8e2853986ab (patch) | |
tree | fc412d208391480c1382ba8b49ea4bb1e8228a99 /ext/bcmath/config.m4 | |
parent | 69a894a2f0f97bb9f5c9909534533784d801fecb (diff) | |
download | php-git-0022a2f81ad2fffe20da1f9a47c6f8e2853986ab.tar.gz |
I am going to move README-BCMATH to README.BCMATH for consistency.
Diffstat (limited to 'ext/bcmath/config.m4')
-rw-r--r-- | ext/bcmath/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index e7b5884b02..697dca4df5 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -9,7 +9,7 @@ if test "$PHP_BCMATH" != "no"; then AC_DEFINE(WITH_BCMATH, 1, [Whether you have bcmath]) PHP_EXTENSION(bcmath, $ext_shared) if test ! -f $ext_srcdir/number.c || grep "Dummy File" $ext_srcdir/number.c >/dev/null; then - AC_MSG_ERROR(You do not have the bcmath package. Please read the README-BCMATH file.) + AC_MSG_ERROR(You do not have the bcmath package. Please read the README.BCMATH file.) fi fi |