1
0
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:
Tim Rühsen 2014-12-05 12:18:30 +01:00
parent 94447e31a6
commit a80986a8c9
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* bootstrap.conf: Add modules fnmatch, memrchr, strcase, strptime,

View File

@ -422,7 +422,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
AC_LIBOBJ([gnutls])
LIBS="$LIBGNUTLS $LIBS"
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
])