Changeset 1ce52ec
- Timestamp:
- 2010-11-29T22:40:54Z (14 years ago)
- Branches:
- master
- Children:
- e8e2892
- Parents:
- 4d30309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/configure.ac
r4d30309 r1ce52ec 63 63 dnl Check for Skype4Py 64 64 AC_MSG_CHECKING(for Python module Skype4Py) 65 python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD65 python2.7 -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD 66 66 if test "$?" != "0"; then 67 67 AC_MSG_RESULT(no)
Note: See TracChangeset
for help on using the changeset viewer.