summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-31 16:29:02 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-17 10:48:10 +0100
commit6b573e73fc5d2787ed4165024957501a7c37c27a (patch)
tree04e4aa89a12b666bb085690f557730f6bd63b07d /source3/configure.in
parent27fb6f85e7f796cafff5900d3428cc5c2c89e87d (diff)
downloadsamba-6b573e73fc5d2787ed4165024957501a7c37c27a.tar.gz
samba-6b573e73fc5d2787ed4165024957501a7c37c27a.tar.bz2
samba-6b573e73fc5d2787ed4165024957501a7c37c27a.zip
s3-auth: Use common gensec_ntlmssp
There is no longer any samba3-specific code left here. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 938f2a344c..7b90c8f075 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -7123,8 +7123,8 @@ AC_ZLIB([ZLIB_OBJS=""], [
CFLAGS="-I../lib/zlib $CFLAGS"
])
-AC_DEFINE(STATIC_gensec_MODULES, [gensec_spnego_init,NULL],[gensec modules])
-AC_DEFINE(STATIC_gensec_MODULES_PROTO, [_MODULE_PROTO(gensec_spnego_init)],[gensec protos])
+AC_DEFINE(STATIC_gensec_MODULES, [gensec_spnego_init,gensec_ntlmssp_init,NULL],[gensec modules])
+AC_DEFINE(STATIC_gensec_MODULES_PROTO, [_MODULE_PROTO(gensec_spnego_init)_MODULE_PROTO(gensec_ntlmssp_init)],[gensec protos])
AC_ARG_ENABLE(dmalloc, [AS_HELP_STRING([--enable-dmalloc], [Enable heap debugging [default=no]])])