diff options
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index b8d3b76825..7972693bb7 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -161,7 +161,7 @@ int gd_globals_id; static php_gd_globals gd_globals; #endif -#if defined(COMPILE_DL) || defined(COMPILE_DL_GD) +#ifdef COMPILE_DL_GD # include "dl/phpdl.h" ZEND_GET_MODULE(gd) #endif |