From: Gurusamy Sarathy Date: Tue, 8 Feb 2000 20:32:12 +0000 (+0000) Subject: avoid exiting just because we didn't scan for libm ('libs' may still X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ea24a45c99c9fd1365aeec509bea7218409d1a1;p=p5sagit%2Fp5-mst-13.2.git avoid exiting just because we didn't scan for libm ('libs' may still have it, but we avoided scan for things in 'libs') p4raw-id: //depot/perl@5042 --- diff --git a/Configure b/Configure index 0d215f1..7a6f9d6 100755 --- a/Configure +++ b/Configure @@ -3738,18 +3738,6 @@ case "$dflt" in ' '|'') dflt='none';; esac -case "$libsfound" in -*libm*) ;; -*) cat <&4 - -I could not find -lm, the mathematics library. -This means that something went awfully wrong. - -EOM - exit 1 - ;; -esac - $cat <