mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix message in configure.ac for when GnuTLS has not been found
This commit is contained in:
parent
94447e31a6
commit
a80986a8c9
@ -1,3 +1,7 @@
|
|||||||
|
2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
|
* configure.ac: Fix message for when GnuTLS has not been found.
|
||||||
|
|
||||||
2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
* bootstrap.conf: Add modules fnmatch, memrchr, strcase, strptime,
|
* bootstrap.conf: Add modules fnmatch, memrchr, strcase, strptime,
|
||||||
|
@ -422,7 +422,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
|
|||||||
AC_LIBOBJ([gnutls])
|
AC_LIBOBJ([gnutls])
|
||||||
LIBS="$LIBGNUTLS $LIBS"
|
LIBS="$LIBGNUTLS $LIBS"
|
||||||
else
|
else
|
||||||
AC_MSG_ERROR([--with-ssl=gnutls was given, but GNUTLS is not available.])
|
AC_MSG_ERROR([GnuTLS has not been found. Use --with-ssl=openssl if you explicitly want OpenSSL.])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user