From 714f3991a1895c6b2487bbc215ec2943902a93b4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Aug 2006 23:00:53 +0000 Subject: r17674: fixed a problem on with our configure logic on systems that have libgnutls but not some of the crt functions (This used to be commit 7a0264c52dd8ab1b1bb321462f66955a866d90a9) --- source4/lib/tls/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tls/config.m4') diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4 index 33fc2811ca..00d4194b3a 100644 --- a/source4/lib/tls/config.m4 +++ b/source4/lib/tls/config.m4 @@ -25,7 +25,7 @@ if test x$SMB_ENABLE_GNUTLS = xYES; then #Some older versions have a different type name AC_CHECK_TYPES([gnutls_datum],,,[#include "gnutls/gnutls.h"]) AC_CHECK_TYPES([gnutls_datum_t],,,[#include "gnutls/gnutls.h"]) - AC_DEFINE(HAVE_LIBGNUTLS,1,[Whether we have gnutls support (SSL)]) + AC_DEFINE(ENABLE_GNUTLS,1,[Whether we have gnutls support (SSL)]) fi # end SMB_EXT_LIB_GNUTLS ############################### -- cgit