summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-20 16:22:07 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-20 16:22:07 +0000
commit8119684ffb78148615b341699e2e8eb537bbe57f (patch)
treefa03e2c5c526ecb6184fa2f37b5483139220709a /Configure
parent6682be1cb0cf57e58661289c111831ff65f51b05 (diff)
downloadperl-8119684ffb78148615b341699e2e8eb537bbe57f.tar.gz
Oops. Change 32669 didn't mean to add ssp to the libswanted list.
p4raw-id: //depot/perl@32670
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 7e8840363d..ce038a3f78 100755
--- a/Configure
+++ b/Configure
@@ -1328,7 +1328,7 @@ libswanted_uselargefiles=''
: List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file.
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 ssp"
+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 ! !'`