[w3m-dev 04046]

* configure.in (AC_W3M_IPv6): should check it after ext libs
From: Akihiro Sagawa <sagawa@sohgoh.net>
This commit is contained in:
Fumitoshi UKAI
2004-03-21 15:12:18 +00:00
parent 3c6836071f
commit c4c9583b16
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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> 2004-03-22 Akihiro Sagawa <sagawa@sohgoh.net>
* [w3m-dev 04045] * [w3m-dev 04045]
@@ -8309,4 +8314,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1 * release-0-2-1
* import w3m-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 $

View File

@@ -73,7 +73,6 @@ AC_W3M_COOKIE
AC_W3M_DIGEST_AUTH AC_W3M_DIGEST_AUTH
AC_W3M_NNTP AC_W3M_NNTP
AC_W3M_GOPHER AC_W3M_GOPHER
AC_W3M_IPv6
AC_W3M_DICT AC_W3M_DICT
AC_W3M_HELP_CGI AC_W3M_HELP_CGI
@@ -90,6 +89,7 @@ do
AC_W3M_EXTLIBS($lib) AC_W3M_EXTLIBS($lib)
done done
AC_W3M_IPv6
AC_W3M_SSL AC_W3M_SSL
dnl Checks for libraries. dnl Checks for libraries.