X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=1a9a3b50cf4c2044c35eb7ff702911198e9b2de7;hb=79dea1de0667904be4ec99d7b65a61fa966da3f3;hp=65539f3dafd6fe92ce467b05023329c2bc0f834c;hpb=7708acfb30d182c8e59deb7e5e13282e5399238c;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 65539f3da..1a9a3b50c 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,7 @@ LIBS=$SAVE_LIBS # check for python & pexpect (used for some testcases only) AC_MSG_CHECKING([for python and pexpect]) -python -c "import pexpect" &> /dev/null +/usr/bin/python -c "import pexpect" &> /dev/null PYEX=$? AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0) if test $PYEX -eq 0