Changeset ef399c2


Ignore:
Timestamp:
2008-09-05T19:54:45Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
752a591
Parents:
69939608
Message:

configure: put the nasty error message in config.log where it belongs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    r69939608 ref399c2  
    3636dnl Check for Skype4Py
    3737AC_MSG_CHECKING(for Python module Skype4Py)
    38 python -c "import Skype4Py"
     38python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
    3939if test "$?" != "0"; then
    4040        AC_MSG_RESULT(no)
Note: See TracChangeset for help on using the changeset viewer.