[glib-networking/wip/openssl: 2/9] Add a generic HAVE_TLS flag to build the tests
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/openssl: 2/9] Add a generic HAVE_TLS flag to build the tests
- Date: Mon, 27 Jun 2016 07:58:25 +0000 (UTC)
commit de99be61c1a2f74a40ca7478c67ca23fe92124b1
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
https://bugzilla.gnome.org/show_bug.cgi?id=761092
Makefile.am | 3 +++
configure.ac | 5 +++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a9826c0..9e04e2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,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 5c8914d..5b7677a 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]