fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/63/29763/1
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)