This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
isless probe in Configure broken #17216
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Thu, 21 Nov 2019 15:00:45 +0000 (16:00 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Thu, 21 Nov 2019 15:00:45 +0000 (16:00 +0100)
U/perl/d_isless.U

index 7e5cfa3..e604d60 100644 (file)
@@ -18,7 +18,7 @@
 echo "Checking to see if you have isless..." >&4
 $cat >try.c <<EOCP
 #include <math.h>
-int main() { return isless(0.0); }
+int main() { return isless(2.0, 1.0); }
 EOCP
 set try
 if eval $compile; then