Changeset 1ce52ec


Ignore:
Timestamp:
2010-11-29T22:40:54Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
e8e2892
Parents:
4d30309
Message:

configure: use python2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    r4d30309 r1ce52ec  
    6363dnl Check for Skype4Py
    6464AC_MSG_CHECKING(for Python module Skype4Py)
    65 python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
     65python2.7 -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
    6666if test "$?" != "0"; then
    6767        AC_MSG_RESULT(no)
Note: See TracChangeset for help on using the changeset viewer.