fixeria has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/29763 )
Change subject: configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed
twice
......................................................................
configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twice
Change-Id: I057eb55d381144489d0385493af5a43839b45023
---
M configure.ac
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
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
https://gerrit.osmocom.org/c/libosmocore/+/29763
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I057eb55d381144489d0385493af5a43839b45023
Gerrit-Change-Number: 29763
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged