diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 20:49:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 20:49:36 +0000 |
commit | 69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99 (patch) | |
tree | f3359ba6662dd3e49ca52ff4ac9c54978f484ded /Configure | |
parent | 5cec1e3b3b86ef84555da325ea92c9cc0b18b7b2 (diff) | |
download | perl-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-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |