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 /uconfig64.sh | |
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 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index e8b10fc163..9f706243c2 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -554,7 +554,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='undef' i_float='undef' |