diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-05 21:54:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-05 21:54:45 +0200 |
commit | ef399c287aa73adc0c9bbd587127b1fafd071179 (patch) | |
tree | c31976a5ed88c980c126690193135b24ff8166b8 | |
parent | 69939608df5a3af1aba01bf78513137758590cf1 (diff) |
configure: put the nasty error message in config.log where it belongs
-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 a168d5ac..ff28e5eb 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -35,7 +35,7 @@ prefix=`$PKG_CONFIG --variable=prefix bitlbee` dnl Check for Skype4Py AC_MSG_CHECKING(for Python module Skype4Py) -python -c "import Skype4Py" +python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD if test "$?" != "0"; then AC_MSG_RESULT(no) SKYPE4PY="no" |