summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-10 00:47:02 +0000
committerWez Furlong <wez@php.net>2003-12-10 00:47:02 +0000
commitbfdc1fcac0fa02fdc08eaa20fba96caaed0ca242 (patch)
tree44efc130eea9cd9734abfdb50051d92db6ae8af1
parenta08c1e4dce535ba70a5e3d954fce1a3b05411f4b (diff)
downloadphp-git-bfdc1fcac0fa02fdc08eaa20fba96caaed0ca242.tar.gz
consistency with unix build....
-rw-r--r--ext/bcmath/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/config.w32 b/ext/bcmath/config.w32
index 32cead8fcb..3579eadfae 100644
--- a/ext/bcmath/config.w32
+++ b/ext/bcmath/config.w32
@@ -10,5 +10,5 @@ if (PHP_BCMATH == "yes") {
num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
nearzero.c num2str.c raise.c rmzero.c str2num.c", "bcmath");
- AC_DEFINE('WITH_BCMATH', 1, 'Have BCMATH library');
+ AC_DEFINE('HAVE_BCMATH', 1, 'Have BCMATH library');
}