From 4686a3b50ee86aa25e341aaa45376e637a42330f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 23 May 2000 09:33:51 +0000 Subject: Use #ifdef COMPILE_DL_EXTNAME solely. --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index c13897d9e2..d84c5ff744 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1213,7 +1213,7 @@ zend_module_entry pcre_module_entry = { STANDARD_MODULE_PROPERTIES }; -#if defined(COMPILE_DL) || defined(COMPILE_DL_PCRE) +#ifdef COMPILE_DL_PCRE ZEND_GET_MODULE(pcre) #endif -- cgit v1.2.1