svn commit: samba r17174 - in branches/SAMBA_4_0/source/lib/tls: .

abartlet at samba.org abartlet at samba.org
Fri Jul 21 07:23:07 GMT 2006


Author: abartlet
Date: 2006-07-21 07:23:07 +0000 (Fri, 21 Jul 2006)
New Revision: 17174

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17174

Log:
Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/tls/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tls/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/tls/config.m4	2006-07-21 02:05:45 UTC (rev 17173)
+++ branches/SAMBA_4_0/source/lib/tls/config.m4	2006-07-21 07:23:07 UTC (rev 17174)
@@ -16,5 +16,8 @@
 	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
 ###############################



More information about the samba-cvs mailing list