[w3m-dev 03888] autodetect ssl

* acinclude.m4 (AC_W3M_SSL): use SSL_*
* configure.in: move AC_W3M_SSL after AC_W3M_EXTLIBS
This commit is contained in:
Fumitoshi UKAI
2003-05-06 16:24:48 +00:00
parent 1da6898ac6
commit 8005fabaa0
5 changed files with 229 additions and 221 deletions

View File

@@ -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