From 5f741e17d7341c0f8d317a0974d6a1cc123fb73e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 21 Jul 2006 07:23:07 +0000 Subject: r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro. Andrew Bartlett (This used to be commit f3b6e57b2336f36416e25c3a5cd793aa036b5b40) --- source4/lib/tls/config.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4 index 9cbb3ef47d..18dbea1e5f 100644 --- a/source4/lib/tls/config.m4 +++ b/source4/lib/tls/config.m4 @@ -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 ############################### -- cgit