From 1df624e6a36278f7c8668c6da4623c2411b10004 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 27 May 2010 14:40:25 -0700 Subject: [PATCH] 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. --- m4/openvswitch.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index 621d69a9..2206aff1 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])]) -- 2.30.2