From 8005fabaa0c68180cad0678b1df34976a3605dfb Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 6 May 2003 16:24:48 +0000 Subject: [w3m-dev 03888] autodetect ssl * acinclude.m4 (AC_W3M_SSL): use SSL_* * configure.in: move AC_W3M_SSL after AC_W3M_EXTLIBS --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3