Blob Blame History Raw
From e959dddcce0c1e561837abe622c74efd5abcaae7 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou@pingoured.fr>
Date: Wed, 19 Mar 2014 10:43:17 +0100
Subject: [PATCH] Remove vte check in the configure.ac

---
 configure.ac | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/configure.ac b/configure.ac
index 76f0649..130c160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,21 +55,6 @@ AS_AC_EXPAND(LIBDIR, ${libdir})
 AS_AC_EXPAND(BINDIR, ${bindir})
 AS_AC_EXPAND(DATADIR, ${datarootdir})
 
-dnl Checking python-vte
-AC_MSG_CHECKING([for the python-vte package])
-ac_pvte_result=`$PYTHON -c 'try:
-    import vte
-except Exception, e:
-    print str(e)' 2> /dev/null`
-
-if test -z "$ac_pvte_result"; then
-    AC_MSG_RESULT([yes])
-else
-    AC_MSG_RESULT([no])
-    AC_MSG_ERROR([cannot import Python module "vte".
-    Please check if you have python-vte installed. The error was:
-    $ac_pvte_result])
-fi
 
 dnl gconf
 AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-- 
1.8.5.3