Skip to content

Commit

Permalink
configure: Deep-six "5".
Browse files Browse the repository at this point in the history
Perhaps you've noticed that whenever you run "configure" you end up with
a file named "5" in your current directory.  This commit fixes that
problem.
  • Loading branch information
blp committed May 27, 2010
1 parent 69a4a76 commit 1df624e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/openvswitch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ AC_DEFUN([OVS_CHECK_PYTHON_MODULE],
if test $HAVE_PYTHON = yes; then
AS_ECHO(["running $PYTHON -c 'import $1
import sys
sys.exit(0)'..."]) >AS_MESSAGE_LOG_FD 2>&1
sys.exit(0)'..."]) >&AS_MESSAGE_LOG_FD 2>&1
if $PYTHON -c 'import $1
import sys
sys.exit(0)' >AS_MESSAGE_LOG_FD 2>&1; then
sys.exit(0)' >&AS_MESSAGE_LOG_FD 2>&1; then
ovs_cv_py_[]AS_TR_SH([$1])=yes
fi
fi])])
Expand Down

0 comments on commit 1df624e

Please sign in to comment.