]> granicus.if.org Git - graphviz/commitdiff
remove unused 'HAVE_GLITZ'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Apr 2022 19:30:43 +0000 (12:30 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Apr 2022 00:17:56 +0000 (17:17 -0700)
configure.ac
windows/include/config.h

index de98d1fc163fc4efd2eaf9cf4b7eb05e1aea7535..6c51ea382f2d0835ee4b88d4c5e09975dce5ef23 100644 (file)
@@ -1801,8 +1801,6 @@ if test "x$with_glitz" != "xyes"; then
 else
   PKG_CHECK_MODULES(GLITZ, [glitz],[
     use_glitz="Yes"
-    AC_DEFINE_UNQUOTED(HAVE_GLITZ,1,
-      [Define if you have the glitz library])
     AC_SUBST([GLITZ_CFLAGS])
     AC_SUBST([GLITZ_LIBS])
   ],[
index 2d041b38f4c6949c70e1aa2c13ac49579a0b1a04..2dcea030876d124fa0ef0ae80829d1bb9e99e60f 100644 (file)
@@ -99,9 +99,6 @@
 /* Define if you have the glade library */
 #define HAVE_GLADE 1
 
-/* Define if you have the glitz library */
-/* #undef HAVE_GLITZ */
-
 /* Define if you have the gs library */
 /* #undef HAVE_GS */