[glib-networking/wip/tlssplit: 4/7] Add a generic HAVE_TLS flag to build the tests



commit 77a58f96e20b67045b4092e5179a8b1cd133e48d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Aug 13 09:02:40 2015 +0200

    Add a generic HAVE_TLS flag to build the tests

 Makefile.am  |    3 +++
 configure.ac |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8069519..d5ec8c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,9 @@ endif
 
 if HAVE_GNUTLS
 SUBDIRS += tls/gnutls
+endif
+
+if HAVE_TLS
 SUBDIRS += tls/tests
 endif
 
diff --git a/configure.ac b/configure.ac
index 7a165e2..7e38beb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,6 +157,11 @@ AM_CONDITIONAL(HAVE_PKCS11, [test "$with_pkcs11" = "yes"])
 AC_SUBST(PKCS11_CFLAGS)
 AC_SUBST(PKCS11_LIBS)
 
+dnl ***********************************
+dnl *** Do we have any TLS backend? ***
+dnl ***********************************
+AM_CONDITIONAL(HAVE_TLS, [test "$with_gnutls" = "yes"])
+
 dnl ************************************
 dnl *** Enable lcov coverage reports ***
 dnl ************************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]