gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11111 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r11111 - gnunet
Date: Wed, 28 Apr 2010 19:12:27 +0200

Author: grothoff
Date: 2010-04-28 19:12:27 +0200 (Wed, 28 Apr 2010)
New Revision: 11111

Modified:
   gnunet/configure.ac
Log:
fixfix

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-04-28 17:11:41 UTC (rev 11110)
+++ gnunet/configure.ac 2010-04-28 17:12:27 UTC (rev 11111)
@@ -486,7 +486,7 @@
 
 # check for python & pexpect (used for some testcases only)
 AC_MSG_CHECKING([for python and pexpect])
-/usr/bin/python -c "import pexpect" >& /dev/null
+/usr/bin/python -c "import pexpect" > /dev/null 2> /dev/null
 PYEX=$?
 AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
 if test $PYEX -eq 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]