diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-11-20 19:18:31 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-11-21 13:59:12 +0000 |
commit | 53df3d8cb98cbfbef669eddaaa174212d27bd68c (patch) | |
tree | 9f9b90c1b78346142613ba03b4410f0853859afb /Configure | |
parent | 39aa8287bdfc9ec0aeb8d8ace09b665ef71c53a8 (diff) | |
download | perl-53df3d8cb98cbfbef669eddaaa174212d27bd68c.tar.gz |
hires sleeping wants libs
Message-ID: <20021120151830.GC127060@lyta.hut.fi>
p4raw-id: //depot/perl@18168
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 Tue Nov 12 18:22:15 MET 2002 [metaconfig 3.0 PL70] +# Generated on Thu Nov 21 16:01:03 MET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1251,7 +1251,7 @@ defvoidused=15 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 util" +libswanted="$libswanted ucb bsd BSD PW x util rt posix4" : 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 ! !'` |