summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-08-23 11:39:40 +0200
committerNicholas Clark <nick@ccl4.org>2013-09-05 11:42:59 +0200
commit665ff1e94e3997c05f0fa23160fbd8fe871a8f96 (patch)
tree79e07302a18503fab1ce04cebd9e162e8c8519a5 /configure.com
parent1e5d7f54016618316299b1aacea865185fab5dd7 (diff)
downloadperl-665ff1e94e3997c05f0fa23160fbd8fe871a8f96.tar.gz
Remove references to GNU DLD from Configure and config.sh scripts.
Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.com b/configure.com
index 97c36fc6d8..7ef1334ae0 100644
--- a/configure.com
+++ b/configure.com
@@ -122,7 +122,7 @@ $!: full support for void wanted by default !sfn
$!defvoidused=15 !sfn
$!: List of libraries we want. !sfn
$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
-$!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
+$!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn
$!libswanted="$libswanted ucb bsd BSD PW x" !sfn
$!: We probably want to search /usr/shlib before most other libraries. !sfn
$!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
@@ -6461,7 +6461,6 @@ $ WC "i_crypt='undef'"
$ WC "i_db='undef'"
$ WC "i_dbm='undef'"
$ WC "i_dirent='undef'" ! we roll our own
-$ WC "i_dld='undef'"
$ WC "i_dlfcn='undef'"
$ WC "i_fcntl='" + i_fcntl + "'"
$ WC "i_float='define'"