aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac
index f04a8e7c..bb39d91e 100644
--- a/skype/configure.ac
+++ b/skype/configure.ac
@@ -62,7 +62,7 @@ fi
dnl Check for Skype4Py
AC_MSG_CHECKING(for Python module Skype4Py)
-python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
+python2.7 -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
if test "$?" != "0"; then
AC_MSG_RESULT(no)
SKYPE4PY="no"