]> granicus.if.org Git - graphviz/commitdiff
reinstate a WITH_CGRAPH
authorJohn Ellson <ellson@research.att.com>
Tue, 17 Dec 2013 22:22:25 +0000 (17:22 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 17 Dec 2013 22:22:25 +0000 (17:22 -0500)
configure.ac

index 311ce3550345dbbaf88af30e87c70d5fab5cc794..b944e4598674a24d1c69f7d80ef023cdb794f76b 100644 (file)
@@ -3146,6 +3146,14 @@ SIZEOF_INT_BITS=$(( $ac_cv_sizeof_int * 8 ))
 AC_SUBST([SIZEOF_INT_BITS])
 # -----------------------------------------------------------------------
 
+# This is a historical artifact ... there are no other choices these days
+# This #define is never used in our sources,
+#    but apparently may still be in use by others
+AC_DEFINE_UNQUOTED(WITH_CGRAPH,1,[Historical artifact - always true])
+AM_CONDITIONAL(WITH_CGRAPH, [true])
+
+# -----------------------------------------------------------------------
+
 # Generate Makefiles
 AC_CONFIG_FILES(Makefile
        debian/changelog