aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-23 13:14:25 +0000
committerDai Sato <satodai@w3m.jp>2007-05-23 13:14:25 +0000
commit4e4e64708ebfa2cf9f15328897a727c8bfe65cba (patch)
tree47378b2eee67884668106bfb5125cf75ad4dcad4 /configure
parent[w3m-dev 04236] expand display_ins_del to select a type of fontify. (diff)
downloadw3m-4e4e64708ebfa2cf9f15328897a727c8bfe65cba.tar.gz
w3m-4e4e64708ebfa2cf9f15328897a727c8bfe65cba.zip
[w3m-dev 04246] delete nsl and dl for cross building.
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9e0d6f1..1dd3d59 100755
--- a/configure
+++ b/configure
@@ -6220,7 +6220,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
-for lib in bsd BSD 44bsd socket nsl dld dl
+for lib in bsd BSD 44bsd socket dld
do
lib=$lib
{ echo "$as_me:$LINENO: checking for -l$lib" >&5
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