diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-26 18:23:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-26 18:23:41 +0000 |
commit | d50de4df9588ea188152311c7cd345f973ea66ed (patch) | |
tree | 22df9ec7d79c58387692c43aa50107fcd9009308 /Configure | |
parent | 6413315113862034a32b9a6420bf5084246e36ce (diff) | |
download | perl-d50de4df9588ea188152311c7cd345f973ea66ed.tar.gz |
Make the va_copy() test not to be so talkative.
p4raw-id: //depot/perl@7864
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |