diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-22 14:58:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-22 14:58:33 +0000 |
commit | 65cc7f676c7ee99b99beef8f79a4febc25ea2e12 (patch) | |
tree | ea1f2f22f3606007f3cdb2e4c9bd1bba5b746397 /configure | |
parent | [w3m-dev 03825] re-anchor for fold line (diff) | |
download | w3m-65cc7f676c7ee99b99beef8f79a4febc25ea2e12.tar.gz w3m-65cc7f676c7ee99b99beef8f79a4febc25ea2e12.zip |
[w3m-dev 03827] Re: checking for GC_version... no
* configure.in: add dl for extlibs
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1724,7 +1724,7 @@ EOF echo "$ac_t""$enable_w3mmailer" 1>&6 -for lib in bsd BSD 44bsd socket nsl dld +for lib in bsd BSD 44bsd socket nsl dld dl do lib=$lib echo $ac_n "checking for -l$lib""... $ac_c" 1>&6 |