[glib-networking/glib-2-34] build: disable TLS tests unless GNUTLS is enabled
- From: Saleem Abdulrasool <asaleem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/glib-2-34] build: disable TLS tests unless GNUTLS is enabled
- Date: Wed, 31 Oct 2012 18:07:50 +0000 (UTC)
commit b1377dfd385d02a2bda728f9c2afb5a1e1f6e423
Author: Saleem Abdulrasool <compnerd compnerd org>
Date: Wed Oct 31 10:43:04 2012 -0700
build: disable TLS tests unless GNUTLS is enabled
All of the TLS tests hard-depend on GNUTLS. If glib-networking is built without
GNUTLS, then simply disable the TLS tests.
Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0a54e1d..4cd21b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,9 +21,8 @@ endif
if HAVE_GNUTLS
SUBDIRS += tls/gnutls
-endif
-
SUBDIRS += tls/tests
+endif
install-exec-hook:
if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]