]> git.sur5r.net Git - openldap/commitdiff
Must set TLS_LIBS for gnutls
authorHoward Chu <hyc@openldap.org>
Wed, 23 May 2007 23:28:11 +0000 (23:28 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 23 May 2007 23:28:11 +0000 (23:28 +0000)
configure.in

index 9edcb3e0687e74c46ad9b91830814477fe87d665..28edb23f5434ff20b94fb3544b3c7b3e67137af6 100644 (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