diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-01-02 01:08:27 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-02 07:15:38 +0000 |
commit | 226765602a8edd5758c2b721af4759c86df3afc1 (patch) | |
tree | c2788f3e33575f29632739cc6d139efa1adfb294 /Configure | |
parent | ecb9cc664182b7eecfa40f5636ec51e047f430b4 (diff) | |
download | perl-226765602a8edd5758c2b721af4759c86df3afc1.tar.gz |
Configure test code fails to compile if SIGFPE is undefined
Message-ID: <20070102000827.7acf11c8@r2d2>
p4raw-id: //depot/perl@29658
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Dec 20 13:56:55 CET 2006 [metaconfig 3.0 PL70] +# Generated on Tue Jan 2 08:13:58 CET 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -15299,10 +15299,9 @@ int main() { if (($uvtype)d != (u - 1)) break; #ifdef SIGFPE - if (bletched) { + if (bletched) break; #endif - } } printf("%d\n", ((i == n) ? -n : i)); exit(0); |