configure: always work-around brokenness of gnutls_certificate_set_key

That is, instead of requiring the user to explicitly pass --with-broken-gnutls
warn at the end of the configure script.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2018-05-11 22:08:52 +02:00
parent 107b6440ad
commit ece70b0d6c
2 changed files with 15 additions and 18 deletions

View File

@@ -32,8 +32,7 @@ Build/Ubuntu:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD
script:
- git submodule update --init && autoreconf -fvi
- "! ./configure"
- ./configure --without-nuttcp-tests --with-broken-gnutls --without-docker-tests
- ./configure --without-nuttcp-tests --without-docker-tests
- make -j$(nproc) && make check -j$(nproc)
tags:
- shared