diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-08-23 11:39:40 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-09-05 11:42:59 +0200 |
commit | 665ff1e94e3997c05f0fa23160fbd8fe871a8f96 (patch) | |
tree | 79e07302a18503fab1ce04cebd9e162e8c8519a5 /plan9 | |
parent | 1e5d7f54016618316299b1aacea865185fab5dd7 (diff) | |
download | perl-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 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 3e64111df7..7984ea370d 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -640,7 +640,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='define' i_float='define' @@ -764,7 +763,7 @@ libsdirs='' libsfiles='' libsfound='' libspath=' /lib' -libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util' +libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util' libswanted_uselargefiles='' line='' lint='' |