From: Nicholas Clark Date: Tue, 5 Apr 2005 22:34:32 +0000 (+0000) Subject: D'oh! We were never correctly spotting a modfl prototype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a79450617e447f22fcb046f4f6cb1ba6ca24171;p=p5sagit%2Fp5-mst-13.2.git D'oh! We were never correctly spotting a modfl prototype p4raw-id: //depot/perl@24171 --- diff --git a/Configure b/Configure index 4aaa8f8..6c021e2 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