summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 9c5ea40..f4f7483 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,20 +247,6 @@ AC_SUBST(LIBPYGOBJECT_CFLAGS)
AC_SUBST(LIBPYGOBJECT_LIBS)
-#--- Checks for Graphviz
-
-PKG_CHECK_MODULES(LIBGRAPH,libgvc >= 0.20.2,[libgraph_found=yes],[libgraph_found=no])
-
-if test "$libgraph_found" = "yes"; then
- libgraph_version=`pkg-config libgvc --modversion`
-else
- libgraph_version='-'
-fi
-
-AC_SUBST(LIBGRAPH_CFLAGS)
-AC_SUBST(LIBGRAPH_LIBS)
-
-
############################################################
# Outputting files
############################################################
@@ -373,7 +359,6 @@ echo The XML C parser and toolkit of Gnome........ : $libxml_version
echo The flexible interface for archives I/O...... : $libarchive_version
echo The small, fast and reliable database engine. : $libsqlite_version
echo The Python GObject bindings.................. : $libpygobject_version
-echo The graph library from Graphviz.............. : $libgraph_version
echo
echo Print debugging messages..................... : $enable_debug