summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 03:07:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 03:07:16 +0000
commit997d70a2a2f4a08920e782382c29bd614a7784ca (patch)
treea16a291ec537ddee03b1e5c3fdd953a0155e5f65 /Configure
parent34b59bffc0be630c5aecd6e696cf0bdde3c5ab0a (diff)
downloadperl-997d70a2a2f4a08920e782382c29bd614a7784ca.tar.gz
Added few more libs to scan.
p4raw-id: //depot/cfgperl@5340
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index ea83fd2dfa..7df66f187e 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Feb 29 03:12:47 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Tue Feb 29 05:06:33 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -982,10 +982,10 @@ defvoidused=15
: List of libraries we want.
: If anyone needs -lnet, put it in a hint file.
-libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
+libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
libswanted="$libswanted dld ld sun m c cposix posix"
libswanted="$libswanted ndir dir crypt sec"
-libswanted="$libswanted ucb bsd BSD PW x"
+libswanted="$libswanted ucb bsd BSD PW x iconv"
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`