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)