summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-26 18:23:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-26 18:23:41 +0000
commitd50de4df9588ea188152311c7cd345f973ea66ed (patch)
tree22df9ec7d79c58387692c43aa50107fcd9009308 /Configure
parent6413315113862034a32b9a6420bf5084246e36ce (diff)
downloadperl-d50de4df9588ea188152311c7cd345f973ea66ed.tar.gz
Make the va_copy() test not to be so talkative.
p4raw-id: //depot/perl@7864
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index ce91054663..b3917a5313 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