diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-23 12:49:43 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-23 12:49:43 +0000 |
commit | 7d106cc9ad1bf247b7caf9ed605940ad37012b7b (patch) | |
tree | cc160fb754efe0543abb79f7208d71e28d145223 /configure.ac | |
parent | [w3m-dev 04240] nl_langinfo() requires setlocale() (diff) | |
download | w3m-7d106cc9ad1bf247b7caf9ed605940ad37012b7b.tar.gz w3m-7d106cc9ad1bf247b7caf9ed605940ad37012b7b.zip |
add checking ssl before digest_auth.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 586989e..25c8e25 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,6 @@ AC_W3M_HISTORY AC_W3M_ALARM AC_W3M_COOKIE -AC_W3M_DIGEST_AUTH AC_W3M_NNTP AC_W3M_GOPHER @@ -89,7 +88,7 @@ do done AC_W3M_IPv6 -AC_W3M_SSL +AC_W3M_SSL_DIGEST_AUTH dnl Checks for libraries. AC_CHECK_FUNC(sqrt,,[AC_CHECK_LIB(m, sqrt)]) |