From a08c1e4dce535ba70a5e3d954fce1a3b05411f4b Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 9 Dec 2003 23:59:33 +0000 Subject: - Brought ext/bcmath to the new millennium # consistency.. --- main/internal_functions_nw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/internal_functions_nw.c') diff --git a/main/internal_functions_nw.c b/main/internal_functions_nw.c index de14dba765..9cc324a4f6 100644 --- a/main/internal_functions_nw.c +++ b/main/internal_functions_nw.c @@ -65,7 +65,7 @@ */ zend_module_entry *php_builtin_extensions[] = { phpext_standard_ptr, -#if WITH_BCMATH +#if HAVE_BCMATH phpext_bcmath_ptr, #endif phpext_calendar_ptr, -- cgit v1.2.1