This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport #24171: correctly spotting modfl prototype
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 6 Apr 2005 05:47:18 +0000 (05:47 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 6 Apr 2005 05:47:18 +0000 (05:47 +0000)
p4raw-id: //depot/metaconfig@24172

U/perl/d_modfl.U

index eb761b2..393bf61 100644 (file)
@@ -7,7 +7,8 @@
 ?RCS:
 ?MAKE:d_modfl d_modflproto d_modfl_pow32_bug: Inlibc Compile Hasproto cat \
        rm test sPRIfldbl d_longdbl osname gccversion ccflags run \
-       uselongdouble d_sqrtl d_aintl d_copysignl d_ilogbl d_scalbnl d_frexpl
+       uselongdouble i_math \
+       d_sqrtl d_aintl d_copysignl d_ilogbl d_scalbnl d_frexpl
 ?MAKE: -pick add $@ %<
 ?S:d_modfl:
 ?S:    This variable conditionally defines the HAS_MODFL symbol, which
@@ -60,7 +61,7 @@ eval $inlibc
 
 : 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"