From 88057b7be163f35c0a09cbb24d45283a5b93bd9a Mon Sep 17 00:00:00 2001 From: John Ellson Date: Tue, 17 Dec 2013 17:22:25 -0500 Subject: [PATCH] reinstate a WITH_CGRAPH --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index 311ce3550..b944e4598 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0