[Commits] [SCM] claws branch, master, updated. 3.16.0-165-g91b4f7b

claws at claws-mail.org claws at claws-mail.org
Tue May 15 12:40:57 CEST 2018


The branch, master has been updated
       via  91b4f7bb636cda097f76a8624585953c522d4693 (commit)
      from  9bbbdf372a261a5aa7716830f98d6368db38a2e2 (commit)

Summary of changes:
 configure.ac |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 91b4f7bb636cda097f76a8624585953c522d4693
Author: Paul <paul at claws-mail.org>
Date:   Tue May 15 11:40:52 2018 +0100

    force explicit use of --disable-gnutls if gnutls support is not required

diff --git a/configure.ac b/configure.ac
index 5fabeaf..58c63ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,8 +486,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)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list