From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sun, 26 Nov 2000 18:23:41 +0000 (+0000)
Subject: Make the va_copy() test not to be so talkative.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d50de4df9588ea188152311c7cd345f973ea66ed;p=p5sagit%2Fp5-mst-13.2.git

Make the va_copy() test not to be so talkative.

p4raw-id: //depot/perl@7864
---

diff --git a/Configure b/Configure
index ce91054..b3917a5 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Sat Nov 25 20:16:14 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Sun Nov 26 20:19:22 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >/tmp/c1$$ <<EOF
@@ -13616,7 +13616,7 @@ main(int ac, char **av)
 }
 EOCP
 	set try
-	if eval $compile_ok && ./try >/dev/null; then
+	if eval $compile && ./try 2>&1 >/dev/null; then
 		case "`./try`" in
 		"that's all right, then")
 			okay=yes