diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-23 13:14:25 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-23 13:14:25 +0000 |
commit | 4e4e64708ebfa2cf9f15328897a727c8bfe65cba (patch) | |
tree | 47378b2eee67884668106bfb5125cf75ad4dcad4 /configure.ac | |
parent | [w3m-dev 04236] expand display_ins_del to select a type of fontify. (diff) | |
download | w3m-4e4e64708ebfa2cf9f15328897a727c8bfe65cba.tar.gz w3m-4e4e64708ebfa2cf9f15328897a727c8bfe65cba.zip |
[w3m-dev 04246] delete nsl and dl for cross building.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 25c8e25..5e2e53f 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AC_W3M_MAILER AC_W3M_EXT_BROWSER dnl Checks for ext libs -for lib in bsd BSD 44bsd socket nsl dld dl +for lib in bsd BSD 44bsd socket dld do AC_W3M_EXTLIBS($lib) done |