]> git.ipfire.org Git - thirdparty/lxc.git/commit
Add --enable-gnutls option 1360/head
authorFabrice Fontaine <fabrice.fontaine@orange.com>
Sun, 18 Dec 2016 20:39:24 +0000 (21:39 +0100)
committerFabrice Fontaine <fabrice.fontaine@orange.com>
Sun, 18 Dec 2016 20:42:07 +0000 (21:42 +0100)
commitc8601571aa6fddd55a89d23820f9de025d98cadf
tree1b2a1d507aa6e6dad11fd33ecc7c1c8c219daad6
parent8b7ffa302d15bfafe75a270c32b2287eb594ee22
Add --enable-gnutls option

Previously HAVE_LIBGNUTLS was never set in config.h even if gnutls was
detected as AC_CHECK_LIB default action-if-found was overriden by
enable_gnutls=yes
This patch adds an --enable-gnutls option and will call AC_CHECK_LIB
with the default action to write HAVE_LIBGNUTLS in config.h

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
configure.ac