r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 21 Jul 2006 07:23:07 +0000 (07:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:10:16 +0000 (14:10 -0500)
Andrew Bartlett
(This used to be commit f3b6e57b2336f36416e25c3a5cd793aa036b5b40)

source4/lib/tls/config.m4

index 9cbb3ef47dcbe099eff3515fb4f367636ad930c8..18dbea1e5fef0b857e05ac67740c11652e97659b 100644 (file)
@@ -16,5 +16,8 @@ if test x$SMB_ENABLE_GNUTLS = xNO; then
        fi
        SMB_EXT_LIB(GNUTLS, $GNUTLS_LIBS)
 fi
+if test x$SMB_ENABLE_GNUTLS = xYES; then
+       AC_DEFINE(HAVE_LIBGNUTLS,1,[Whether we have gnutls support (SSL)])
+fi
 # end SMB_EXT_LIB_GNUTLS
 ###############################