PKG_CHECK_MODULES(GTK, [gdlib >= 2.0.33],[
have_gdlib=1
# FIXME - why no features in the gdlib.pc?
- GD_FEATURES="GD_PNG GD_JPEG GD_XPM GD_FONTCONFIG GD_FREETYPE GD_GIF GD_GIFANIM GD_OPENPOLYGON"
+ GD_FEATURES="GD_PNG GD_JPEG GD_XPM GD_FONTCONFIG GD_FREETYPE GD_GIF GD_GIFANIM"
],[
AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)
if test -n "$GDLIB_CONFIG"; then
if test "$f" = "GD_GIFANIM"; then
AC_DEFINE_UNQUOTED(HAVE_GD_GIFANIM,1,[Define if the GD library supports GIFANIM])
fi
- if test "$f" = "GD_OPENPOLYGON"; then
- AC_DEFINE_UNQUOTED(HAVE_GD_OPENPOLYGON,1,[Define if the GD library supports OPENPOLYGON])
- fi
done
if test "x$have_gd_fontconfig" = "x"; then
/* Define if the GD library has the GD_JPEG feature */
#define HAVE_GD_JPEG 1
-/* Define if the GD library supports OPENPOLYGON */
-/* #undef HAVE_GD_OPENPOLYGON */
-
/* Define if the GD library has the GD_PNG feature */
#define HAVE_GD_PNG 1