From: Matthew Fernandez Date: Sat, 19 Jun 2021 00:07:11 +0000 (-0700) Subject: remove GD_OPENPOLYGON configure checks X-Git-Tag: 2.48.0~40^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9462378885d4be707178bb01d4d942cbe05e2da8;p=graphviz remove GD_OPENPOLYGON configure checks Nothing in Graphviz depends on this. --- diff --git a/configure.ac b/configure.ac index e355c5ab2..8db82c730 100644 --- a/configure.ac +++ b/configure.ac @@ -2420,7 +2420,7 @@ if test "x$use_gd" = "x"; then 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 @@ -2486,9 +2486,6 @@ if test "x$use_gd" = "x"; 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 diff --git a/windows/include/config.h b/windows/include/config.h index 0c32da9bb..fca86723e 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -90,9 +90,6 @@ /* 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