This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure test code fails to compile if SIGFPE is undefined
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Tue, 2 Jan 2007 00:08:27 +0000 (01:08 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 2 Jan 2007 07:15:38 +0000 (07:15 +0000)
Message-ID: <20070102000827.7acf11c8@r2d2>

p4raw-id: //depot/perl@29658

Configure

index a05c739..fdcf5de 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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);