diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-29 23:40:54 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-29 23:40:54 +0100 |
commit | 1ce52ec6a6239efa0327727ffff58c867bb6a4de (patch) | |
tree | fc164a2accd3f3d0b620d9d740f0fe1c613eb36f | |
parent | 4d30309eb02a3078a1fe91902fbd97b58de228aa (diff) |
configure: use python2.7
-rw-r--r-- | skype/configure.ac | 2 |
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" |