mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
configure: Fix gnutls detection.
This commit is contained in:
parent
cb30bc9a94
commit
930075f467
@ -1,3 +1,7 @@
|
|||||||
|
2011-03-26 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* configure.ac: Fix the gnutls detection.
|
||||||
|
|
||||||
2011-03-21 Giuseppe Scrivano <gscrivano@gnu.org>
|
2011-03-21 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* bootstrap: Update from gnulib.
|
* bootstrap: Update from gnulib.
|
||||||
|
@ -268,7 +268,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
|
|||||||
AC_CHECK_LIB(gcrypt, gcry_control)
|
AC_CHECK_LIB(gcrypt, gcry_control)
|
||||||
AC_CHECK_LIB(gnutls, main)
|
AC_CHECK_LIB(gnutls, main)
|
||||||
|
|
||||||
if test x"$ac_cv_lib_gnutls_main" != x
|
if test x"$ac_cv_lib_gnutls_main" != xno
|
||||||
then
|
then
|
||||||
AC_MSG_NOTICE([compiling in support for SSL via GnuTLS])
|
AC_MSG_NOTICE([compiling in support for SSL via GnuTLS])
|
||||||
AC_LIBOBJ([gnutls])
|
AC_LIBOBJ([gnutls])
|
||||||
|
Loading…
Reference in New Issue
Block a user