]> granicus.if.org Git - graphviz/commitdiff
remove GD_OPENPOLYGON configure checks
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 00:07:11 +0000 (17:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Jun 2021 04:09:44 +0000 (21:09 -0700)
Nothing in Graphviz depends on this.

configure.ac
windows/include/config.h

index e355c5ab296ca7ba86bb28e2a9bb2bc89931e874..8db82c7304852d46aa84571c41e8f024b07ce5af 100644 (file)
@@ -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
index 0c32da9bb8cd4517ad9ec2dbcb5b08cba5d7ab22..fca86723e6b04d7cbacbc0fddfdcfbb33961ab58 100644 (file)
@@ -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