mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Must set TLS_LIBS for gnutls
This commit is contained in:
parent
7fa4cc5d38
commit
08aefa053a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue