fixeria submitted this change.
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.