commit ca2819ebf75c4088ee6006d06e167257d15061c1 parent cecaac4cc8f186f74836872f4693e6af27b41608 Author: Paul <paul@claws-mail.org> Date: Tue, 15 May 2018 11:40:52 +0100 force explicit use of --disable-gnutls if gnutls support is not required Diffstat:
| M | configure.ac | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -482,8 +482,10 @@ if test "x$enable_gnutls" != "xno"; then ]) ], [ - echo "Building without gnutls" - enable_gnutls=no + echo "Building without GnuTLS" + AC_MSG_RESULT([*** GnuTLS support is recommended ]) + AC_MSG_RESULT([*** You can use --disable-gnutls if you don't need it.]) + AC_MSG_ERROR([GnuTLS not found]) ]) AC_SUBST(GNUTLS_LIBS) AC_SUBST(GNUTLS_CFLAGS)