summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-04-05 22:34:32 +0000
committerNicholas Clark <nick@ccl4.org>2005-04-05 22:34:32 +0000
commit3a79450617e447f22fcb046f4f6cb1ba6ca24171 (patch)
tree0b95d19f95fb60fb3d88c350c88e9e1226a6b24a /Configure
parent07409e015252427f5ec1d8889bbfb78cf39d061d (diff)
downloadperl-3a79450617e447f22fcb046f4f6cb1ba6ca24171.tar.gz
D'oh! We were never correctly spotting a modfl prototype
p4raw-id: //depot/perl@24171
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/Configure b/Configure
index 4aaa8f8d0a..6c021e21b7 100755
--- 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"
@@ -19556,10 +19560,6 @@ fi
-: 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