From 7c7f9c3d5e75ed4972a58b594c2a878105e671d6 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Mon, 23 Dec 2013 09:43:50 -0500 Subject: [PATCH] Make sure WITH_CGRAPH is available to library users. --- lib/common/types.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/common/types.h.in b/lib/common/types.h.in index 35b0b6f23..6f797e04d 100644 --- a/lib/common/types.h.in +++ b/lib/common/types.h.in @@ -14,6 +14,9 @@ #ifndef GV_TYPES_H #define GV_TYPES_H +/* Define if you want CGRAPH */ +#undef WITH_CGRAPH + #include #include #include -- 2.40.0