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 /hints | |
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 'hints')
-rw-r--r-- | hints/amigaos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/amigaos.sh b/hints/amigaos.sh index c5ba6ff591..595b2a3993 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -22,7 +22,7 @@ xlibpth="$libpth" # This should remove unwanted libraries instead of limiting the set # to just these few. E.g. what about Berkeley DB? -libswanted='gdbm m dld' +libswanted='gdbm m' so=' ' libs='-lm' |