]> granicus.if.org Git - graphviz/commitdiff
remove unused 'HAVE_GTKGLEXT'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Mar 2022 23:18:31 +0000 (16:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 05:31:13 +0000 (22:31 -0700)
Aside from being unused, it is unclear why the Windows config.h was defining
this given it does not define `HAVE_GTKGL`.

configure.ac
windows/include/config.h

index 97f8ff74bddeb8fd6d7f40ccc70fadc33377fd06..703ee104826a387ad04d09fc27d89e007bfef599 100644 (file)
@@ -2038,8 +2038,6 @@ if test "x$with_gtkglext" != "xyes"; then
 else
   PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0],[
     use_gtkglext="Yes"
-    AC_DEFINE_UNQUOTED(HAVE_GTKGLEXT,1,
-      [Define if you have the gtkglext library])
     AC_SUBST([GTKGLEXT_CFLAGS])
     AC_SUBST([GTKGLEXT_LIBS])
   ],[
index cf9254c026d2b4348d9a832e753bf89b71a77361..aa836dc5ddda36ddfaa649d1199682d34481a95b 100644 (file)
 /* Define if you have the gtkgl library */
 /* #undef HAVE_GTKGL */
 
-/* Define if you have the gtkglext library */
-#define HAVE_GTKGLEXT 1
-
 /* Define if you have the gts library */
 /* #undef HAVE_GTS */