From 06616ccdce9186f0bfd65c8cadb2503a7c523d75 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 27 Sep 2003 20:53:50 +0000 Subject: [PATCH] Bundled GD has this function --- ext/gd/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.50.1