diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-24 16:35:09 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-03-30 09:33:47 +0000 |
commit | 08593cf4c9cb1d67bbda4d67054ff396110647f9 (patch) | |
tree | 1d28746e9bc699e8a6bf3291fd45df83e6ab3e41 /Configure | |
parent | 551574687cd0ef472aed115e82e83d8493cfa964 (diff) | |
download | perl-08593cf4c9cb1d67bbda4d67054ff396110647f9.tar.gz |
detecting Configure test goofs (Was Re: branch prediction hints)
Message-ID: <20080324163509.GW79799@plum.flirble.org>
p4raw-id: //depot/perl@33606
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Fri Mar 21 11:25:23 CET 2008 [metaconfig 3.5 PL0] +# Generated on Sun Mar 30 11:17:56 CEST 2008 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5382,6 +5382,11 @@ $rm_try gcctest gcctest.out compile=' mc_file=$1; shift; +case "$usedevel" in $define|true|[yY]*) if $test ! -f "${mc_file}.c"; then +echo "Internal Configure script bug - compiler test file ${mc_file}.c is missing. Please report this to perlbug@perl.org" >&4; +exit 1; +fi; +esac; $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;' : define a shorthand compile call for compilations that should be ok. compile_ok=' |