summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-05-17 12:23:09 +0000
committerAntony Dovgal <tony2001@php.net>2005-05-17 12:23:09 +0000
commit75a3ee02841d625653693cb0c74195cb88193db8 (patch)
treed41891dee111e94af2f047ec7c1fdc3a9556ee26
parent4c5d775dd1a9bf6e301345a3a93521536ba0ec0b (diff)
downloadphp-git-75a3ee02841d625653693cb0c74195cb88193db8.tar.gz
MFH: gdImageGifCtx() is always available in bundled lib
-rw-r--r--ext/gd/config.m41
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"