D'oh! We were never correctly spotting a modfl prototype
Nicholas Clark [Tue, 5 Apr 2005 22:34:32 +0000 (22:34 +0000)]
p4raw-id: //depot/perl@24171

Configure

index 4aaa8f8..6c021e2 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -14114,9 +14114,13 @@ eval $inlibc
 set modfl d_modfl
 eval $inlibc
 
+: see if this is a math.h system
+set math.h i_math
+eval $inhdr
+
 : see if prototype for modfl is available
 echo " "
-set d_modflproto modfl math.h
+set d_modflproto modfl $i_math math.h
 eval $hasproto
 
 d_modfl_pow32_bug="$undef"
 
 
 
-: see if this is a math.h system
-set math.h i_math
-eval $inhdr
-
 : see if this is a mntent.h system
 set mntent.h i_mntent
 eval $inhdr