php4-beta | 200004

[PHP4BETA] cvs: /php4/ext/bcmath config.m4 From: Joey Smith (joey <email protected>)
Date: 05/01/00

joey Sun Apr 30 21:03:13 2000 EDT

  Modified files:
    /php4/ext/bcmath config.m4
  Log:
  Forgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
  @ Added configure time checking for bcmath package
  
  
Index: php4/ext/bcmath/config.m4
diff -u php4/ext/bcmath/config.m4:1.6 php4/ext/bcmath/config.m4:1.7
--- php4/ext/bcmath/config.m4:1.6 Sun Apr 30 20:59:55 2000
+++ php4/ext/bcmath/config.m4 Sun Apr 30 21:02:43 2000
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.6 2000/05/01 03:59:55 joey Exp $
+dnl $Id: config.m4,v 1.7 2000/05/01 04:02:43 joey Exp $
 
 AC_MSG_CHECKING(whether to enable bc style precision math functions)
 AC_ARG_ENABLE(bcmath,
@@ -12,10 +12,10 @@
     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,[ ])

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>