summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-05-27 14:40:25 -0700
committerBen Pfaff <blp@nicira.com>2010-05-27 14:42:23 -0700
commit1df624e6a36278f7c8668c6da4623c2411b10004 (patch)
tree1c0366673d9737316b80162c450bbfa40510d6ce
parent69a4a76b9413b88f5b5eec5705250b4312811478 (diff)
downloadopenvswitch-1df624e6a36278f7c8668c6da4623c2411b10004.tar.gz
configure: Deep-six "5".
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.
-rw-r--r--m4/openvswitch.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index 621d69a90..2206aff1b 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -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])])