configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twice

Change-Id: I057eb55d381144489d0385493af5a43839b45023
This commit is contained in:
Vadim Yanitskiy 2022-10-16 15:09:07 +07:00
parent 327e5e990d
commit f9b08c26ea
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ then
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)