diff options
-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,[ ]) |