From: Howard Chu Date: Wed, 23 May 2007 23:28:11 +0000 (+0000) Subject: Must set TLS_LIBS for gnutls X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~444 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=08aefa053afeba9fa857f727564cc4a4725a8006;p=openldap Must set TLS_LIBS for gnutls --- diff --git a/configure.in b/configure.in index 9edcb3e068..28edb23f54 100644 --- a/configure.in +++ b/configure.in @@ -1162,6 +1162,8 @@ if test $ol_link_tls = no ; then ol_with_tls=gnutls ol_link_tls=yes + TLS_LIBS="-lgnutls" + AC_DEFINE(HAVE_GNUTLS, 1, [define if you have GNUtls]) fi