aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6e7be0..2daf49d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-03-22 Akihiro Sagawa <sagawa@sohgoh.net>
+ * [w3m-dev 04046]
+ * configure.in (AC_W3M_IPv6): should check it after ext libs
+
+2004-03-22 Akihiro Sagawa <sagawa@sohgoh.net>
+
* [w3m-dev 04045]
* Makefile.in (DEFUNS): need $(top_srcdir)
@@ -8309,4 +8314,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.900 2004/03/21 15:09:56 ukai Exp $
+$Id: ChangeLog,v 1.901 2004/03/21 15:12:18 ukai Exp $
diff --git a/configure.in b/configure.in
index 49362d0..abce6aa 100644
--- a/configure.in
+++ b/configure.in
@@ -73,7 +73,6 @@ AC_W3M_COOKIE
AC_W3M_DIGEST_AUTH
AC_W3M_NNTP
AC_W3M_GOPHER
-AC_W3M_IPv6
AC_W3M_DICT
AC_W3M_HELP_CGI
@@ -90,6 +89,7 @@ do
AC_W3M_EXTLIBS($lib)
done
+AC_W3M_IPv6
AC_W3M_SSL
dnl Checks for libraries.