diff options
-rw-r--r-- | ext/gd/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 36596b0bf0..b1617ef92f 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -311,6 +311,7 @@ dnl These are always available with bundled library AC_DEFINE(HAVE_GD_IMAGEELLIPSE, 1, [ ]) AC_DEFINE(HAVE_GD_FONTCACHESHUTDOWN,1, [ ]) AC_DEFINE(HAVE_GD_DYNAMIC_CTX_EX, 1, [ ]) + AC_DEFINE(HAVE_GD_GIF_CTX, 1, [ ]) dnl Make sure the libgd/ is first in the include path GDLIB_CFLAGS="-DHAVE_LIBPNG" |