Change 33606 by [EMAIL PROTECTED] on 2008/03/30 09:33:47

        Subject: detecting Configure test goofs (Was Re: branch prediction 
hints)
        From: Nicholas Clark <[EMAIL PROTECTED]>
        Date: Mon, 24 Mar 2008 16:35:09 +0000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/Configure#688 edit

Differences ...

==== //depot/perl/Configure#688 (xtext) ====
Index: perl/Configure
--- perl/Configure#687~33598~   2008-03-29 04:21:46.000000000 -0700
+++ perl/Configure      2008-03-30 02:33:47.000000000 -0700
@@ -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 [EMAIL PROTECTED])
 
 cat >c1$$ <<EOF
@@ -5382,6 +5382,11 @@
 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 [EMAIL PROTECTED]" >&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='
End of Patch.

Reply via email to