diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-04-05 22:34:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-04-05 22:34:32 +0000 |
commit | 3a79450617e447f22fcb046f4f6cb1ba6ca24171 (patch) | |
tree | 0b95d19f95fb60fb3d88c350c88e9e1226a6b24a /Configure | |
parent | 07409e015252427f5ec1d8889bbfb78cf39d061d (diff) | |
download | perl-3a79450617e447f22fcb046f4f6cb1ba6ca24171.tar.gz |
D'oh! We were never correctly spotting a modfl prototype
p4raw-id: //depot/perl@24171
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |