summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-12 00:14:22 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-12 00:14:22 (GMT)
commitd90aa93fc202fdf1ba4e4e7e799ce8d7e4632b7f (patch)
treefb364dfd226ea7977bc265d9a4e94ee56c0406db /configure.ac
parent486f0bf0a27ffed3e9fde2f183974ae029b45c54 (diff)
Removed all references to libvte and the Python shell.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@224 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 7828d7a..5d5ab18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,21 +196,7 @@ AC_SUBST(LIBPYTHON_CFLAGS)
AC_SUBST(LIBPYTHON_LIBS)
-#--- Checks for libvte
-
-PKG_CHECK_MODULES(LIBVTE,vte >= 0.16.14,[libvte_found=yes],[libvte_found=no])
-
-if test "$libvte_found" = "yes"; then
- libvte_version=`pkg-config vte --modversion`
-else
- libvte_version='-'
-fi
-
-AC_SUBST(LIBVTE_CFLAGS)
-AC_SUBST(LIBVTE_LIBS)
-
-
-#--- Checks for libvte
+#--- Checks for Graphviz
PKG_CHECK_MODULES(LIBGRAPH,libgvc >= 0.20.2,[libgraph_found=yes],[libgraph_found=no])