summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndreas Koenig <andk@cpan.org>2016-01-03 08:40:33 +0100
committerTony Cook <tony@develop-help.com>2016-01-04 09:09:28 +1100
commit4732711e2548b6d734ca831d65dbcf501a89774e (patch)
tree79e8784d424d42c1319d423c1e32e0cf642f64dd /Configure
parenta73beef92eeec934d798f0d44ad926829667afee (diff)
downloadperl-4732711e2548b6d734ca831d65dbcf501a89774e.tar.gz
Remove nm from libswanted
Nm stood for "New Math" library in the context of 1994. 2014 a conflicting library libnm appeared that has a network manager context.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0e71b4bc7f..cfbdaa1080 100755
--- a/Configure
+++ b/Configure
@@ -1464,7 +1464,7 @@ libswanted_uselargefiles=''
: set usesocks on the Configure command line to enable socks.
: List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file.
-libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld"
+libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld"
libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.