projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc0bfe
)
avoid exiting just because we didn't scan for libm ('libs' may still
author
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 8 Feb 2000 20:32:12 +0000
(20:32 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 8 Feb 2000 20:32:12 +0000
(20:32 +0000)
have it, but we avoided scan for things in 'libs')
p4raw-id: //depot/perl@5042
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index
0d215f1
..
7a6f9d6
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-3738,18
+3738,6
@@
case "$dflt" in
' '|'') dflt='none';;
esac
-case "$libsfound" in
-*libm*) ;;
-*) cat <<EOM >&4
-
-I could not find -lm, the mathematics library.
-This means that something went awfully wrong.
-
-EOM
- exit 1
- ;;
-esac
-
$cat <<EOM
In order to compile $package on your machine, a number of libraries