summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-12 20:49:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-12 20:49:36 +0000
commit69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99 (patch)
treef3359ba6662dd3e49ca52ff4ac9c54978f484ded /Configure
parent5cec1e3b3b86ef84555da325ea92c9cc0b18b7b2 (diff)
downloadperl-69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99.tar.gz
Remove rt from libswanted (I added it many moons ago
when I thought it would be useful in Digital UNIX, I was wrong); undo the recent IRIX hints changes, getting rid of one warning brought new ones. p4raw-id: //depot/cfgperl@3974
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 757c97768e..7124260509 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 Thu Aug 12 22:27:20 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Thu Aug 12 23:48:12 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -1000,7 +1000,7 @@ useopcode=true
: 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="$libswanted dld ld sun m rt c cposix posix"
+libswanted="$libswanted dld ld sun m c cposix posix"
libswanted="$libswanted ndir dir crypt sec"
libswanted="$libswanted ucb bsd BSD PW x"
: We probably want to search /usr/shlib before most other libraries.