summaryrefslogtreecommitdiff
path: root/source4/lib/tls/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-21 23:00:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:22 -0500
commit714f3991a1895c6b2487bbc215ec2943902a93b4 (patch)
treebf4bef39524047a47f27ce121a475296b6544c0b /source4/lib/tls/config.m4
parent19a88e32cbe7df4897b76598cac070256a916d12 (diff)
downloadsamba-714f3991a1895c6b2487bbc215ec2943902a93b4.tar.gz
samba-714f3991a1895c6b2487bbc215ec2943902a93b4.tar.bz2
samba-714f3991a1895c6b2487bbc215ec2943902a93b4.zip
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)
Diffstat (limited to 'source4/lib/tls/config.m4')
-rw-r--r--source4/lib/tls/config.m42
1 files changed, 1 insertions, 1 deletions
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
###############################