diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index c8c49e9ee6..56847879b2 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -40,11 +40,6 @@ #define ENABLE_GD_TTF #endif -#if COMPILE_DL -#undef HAVE_LIBGD -#define HAVE_LIBGD 1 -#endif - #if HAVE_LIBGD #include <gd.h> |