From: foobar Date: Sat, 27 Sep 2003 20:53:50 +0000 (+0000) Subject: Bundled GD has this function X-Git-Tag: RELEASE_1_3b2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06616ccdce9186f0bfd65c8cadb2503a7c523d75;p=php Bundled GD has this function --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index b3237a9ba7..2b24439bf6 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -302,7 +302,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"