fixeria submitted this change.

View Change

Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twice

Change-Id: I057eb55d381144489d0385493af5a43839b45023
---
M configure.ac
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2467c68..26a657e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -380,7 +380,6 @@
AM_CONDITIONAL(ENABLE_CTRL, false)
AM_CONDITIONAL(ENABLE_UTILITIES, false)
AM_CONDITIONAL(ENABLE_GB, false)
- AM_CONDITIONAL(ENABLE_GNUTLS, false)
AM_CONDITIONAL(ENABLE_LIBMNL, false)
AM_CONDITIONAL(ENABLE_LIBSCTP, false)
AM_CONDITIONAL(ENABLE_LIBUSB, false)

To view, visit change 29763. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I057eb55d381144489d0385493af5a43839b45023
Gerrit-Change-Number: 29763
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged