diff options
Diffstat (limited to '')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 63aadf3..5335291 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,6 @@ AC_W3M_DIGEST_AUTH AC_W3M_NNTP AC_W3M_GOPHER AC_W3M_IPv6 -AC_W3M_SSL AC_W3M_DICT AC_W3M_HELP_CGI @@ -68,6 +67,8 @@ do AC_W3M_EXTLIBS($lib) done +AC_W3M_SSL + dnl Checks for libraries. AC_CHECK_FUNC(sqrt,,[AC_CHECK_LIB(m, sqrt)]) if test x"$enable_mouse" = xyes; then |