aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-24 09:23:37 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-24 09:23:37 +0000
commita43a4ba611b724b94275043a1e23b5f5e9029a12 (patch)
tree213fd12afb82fe7d9416a92dc7a502fbcf3a67c5 /configure.ac
parent5558381a065435d5a76f57492d102d8b8d2dd3e0 (diff)
-LRN: no more pexpect
git-svn-id: https://gnunet.org/svn/gnunet@22252 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index ececc8e711..02271fdad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -647,23 +647,6 @@ LIBS=$SAVE_LIBS
AM_PATH_PYTHON([2.6],, [:])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
-if test "$PYTHON" != :
-then
- AC_MSG_CHECKING([for pexpect])
- $PYTHON -c "import pexpect" > /dev/null 2> /dev/null
- PYEX=$?
- AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
- if test $PYEX -eq 0
- then
- AC_MSG_RESULT([yes])
- else
- AC_MSG_RESULT([not found])
- fi
-else
- AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, 0)
-fi
-
-
# check for gettext
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.16.1])