summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAlan Burlison <Alan.Burlison@uk.sun.com>2003-07-01 01:03:24 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-01 05:04:50 +0000
commit6bdd71ef1830fa9fb85306405e4da0222df1321d (patch)
tree2fb88ccc6e29120e6f97d3358d7d74592f52c902 /Configure
parent15e890e9f40e1f08583b147ed6ceb93e819e7aa1 (diff)
downloadperl-6bdd71ef1830fa9fb85306405e4da0222df1321d.tar.gz
Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
Message-ID: <3F00C1BC.3020103@sun.com> p4raw-id: //depot/perl@19897
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure12
1 files changed, 2 insertions, 10 deletions
diff --git a/Configure b/Configure
index a15eeb76a9..c273354080 100755
--- a/Configure
+++ b/Configure
@@ -565,7 +565,6 @@ d_msgrcv=''
d_msgsnd=''
d_msync=''
d_munmap=''
-d_nanosleep=''
d_nice=''
d_nl_langinfo=''
d_off64_t=''
@@ -1268,10 +1267,8 @@ archname=''
usereentrant='undef'
: List of libraries we want.
: If anyone needs -lnet, put it in a hint file.
-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 rt posix4"
+libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
+libswanted="$libswanted 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.
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
@@ -14239,10 +14236,6 @@ eval $inlibc
set munmap d_munmap
eval $inlibc
-: see if nanosleep exists
-set nanosleep d_nanosleep
-eval $inlibc
-
: see if nice exists
set nice d_nice
eval $inlibc
@@ -20718,7 +20711,6 @@ d_msgsnd='$d_msgsnd'
d_msync='$d_msync'
d_munmap='$d_munmap'
d_mymalloc='$d_mymalloc'
-d_nanosleep='$d_nanosleep'
d_nice='$d_nice'
d_nl_langinfo='$d_nl_langinfo'
d_nv_preserves_uv='$d_nv_preserves_uv'