From: Ben Pfaff Date: Thu, 27 May 2010 21:40:25 +0000 (-0700) Subject: configure: Deep-six "5". X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df624e6a36278f7c8668c6da4623c2411b10004;p=openvswitch 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. --- 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])])