diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-05-17 12:22:51 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-05-17 12:22:51 +0000 |
| commit | 5cd3bd2ea75fe1cf4ac007ed49b228da3bf9b6b0 (patch) | |
| tree | 7cc6e332561fa26b01646d2366ef11f4487b8ec0 /ext | |
| parent | def27b9959365ab6f50e6a5db9be7abc5cea52a0 (diff) | |
| download | php-git-5cd3bd2ea75fe1cf4ac007ed49b228da3bf9b6b0.tar.gz | |
gdImageGifCtx() is always available in bundled lib
Diffstat (limited to 'ext')
| -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 5ccc5938d0..cd8011df48 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -312,6 +312,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" |
