From: foobar Date: Sat, 27 Sep 2003 20:54:00 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.4RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=806c28b5c21243997601dd15f2c730e25b6156b5;p=php MFH --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 0ce8cf357f..7057a203f5 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -301,7 +301,8 @@ dnl These are always available with bundled library AC_DEFINE(HAVE_GD_PNG, 1, [ ]) AC_DEFINE(HAVE_GD_XBM, 1, [ ]) AC_DEFINE(HAVE_GD_BUNDLED, 1, [ ]) - AC_DEFINE(HAVE_GD_GIF_READ, 1, [ ]) + AC_DEFINE(HAVE_GD_GIF_READ, 1, [ ]) + AC_DEFINE(HAVE_GD_IMAGEELLIPSE, 1, [ ]) dnl Make sure the libgd/ is first in the include path GDLIB_CFLAGS="-DHAVE_LIBPNG"