1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

gdImageGifCtx() is always available in bundled lib

This commit is contained in:
Antony Dovgal
2005-05-17 12:22:51 +00:00
parent def27b9959
commit 5cd3bd2ea7

View File

@@ -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"