From: Wez Furlong Date: Wed, 10 Dec 2003 00:47:02 +0000 (+0000) Subject: consistency with unix build.... X-Git-Tag: php-5.0.0b3RC1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfdc1fcac0fa02fdc08eaa20fba96caaed0ca242;p=php consistency with unix build.... --- 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'); }