Must set TLS_LIBS for gnutls

This commit is contained in:
Howard Chu 2007-05-23 23:28:11 +00:00
parent 7fa4cc5d38
commit 08aefa053a

View file

@ -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