diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |