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

tridge at samba.org tridge at samba.org
Mon Aug 21 10:30:26 GMT 2006


Author: tridge
Date: 2006-08-21 10:30:26 +0000 (Mon, 21 Aug 2006)
New Revision: 17660

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

Log:

fixed configure test

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-08-21 09:27:43 UTC (rev 17659)
+++ branches/SAMBA_4_0/source/lib/tls/config.m4	2006-08-21 10:30:26 UTC (rev 17660)
@@ -11,7 +11,7 @@
 	#include <gnutls/gnutls.h>
 	#include <gnutls/x509.h>
 	])
-	if test x"$ac_cv_header_gnutls_gnutls_h" = x"yes" -a x"$ac_cv_lib_ext_gnutls_gnutls_global_init" = x"yes" -a x"$ac_cv_have_gnutls_x509_crt_set_version_decl" = x"yes";then
+	if test x"$ac_cv_header_gnutls_gnutls_h" = x"yes" -a x"$ac_cv_lib_ext_gnutls_gnutls_global_init" = x"yes" -a x"$ac_cv_have_decl_gnutls_x509_crt_set_version" = x"yes";then
 		SMB_ENABLE(GNUTLS,YES)
 		AC_CHECK_DECL(gnutls_x509_crt_set_subject_key_id,  
 		              [AC_DEFINE(HAVE_GNUTLS_X509_CRT_SET_SUBJECT_KEY_ID,1,gnutls subject_key)], [], [



More information about the samba-cvs mailing list