]> granicus.if.org Git - php/commitdiff
Forgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
authorJoey Smith <joey@php.net>
Mon, 1 May 2000 04:02:43 +0000 (04:02 +0000)
committerJoey Smith <joey@php.net>
Mon, 1 May 2000 04:02:43 +0000 (04:02 +0000)
@ Added configure time checking for bcmath package

ext/bcmath/config.m4

index b9d3291da27913159ecbfb458a28630cae656ba8..3ef0ba2d5ab4079baa1cf44ef4a7b26c23250d7c 100644 (file)
@@ -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,[ ])