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 '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/configure.in b/configure.in index 652a95e..10991b0 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ AC_W3M_EXTERNAL_URI_LOADER AC_W3M_W3MMAILER dnl Checks for ext libs -for lib in bsd BSD 44bsd socket nsl dld +for lib in bsd BSD 44bsd socket nsl dld dl do AC_W3M_EXTLIBS($lib) done |