summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-01-12 15:42:08 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-13 06:32:30 +0100
commit342be2851a286588ebe5d0cc7e98fc22e9416d80 (patch)
tree16b4e50a1cbde4197d438622edce25dd5c061528 /source3/configure.in
parent01f246e873ed15ce7eb9c7a523a5efbfa36c2496 (diff)
downloadsamba-342be2851a286588ebe5d0cc7e98fc22e9416d80.tar.gz
samba-342be2851a286588ebe5d0cc7e98fc22e9416d80.tar.bz2
samba-342be2851a286588ebe5d0cc7e98fc22e9416d80.zip
s3:build: add auth/gensec/spnego.o
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 13 06:32:30 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index c0ddc27d0e..e59d1e59b9 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -7167,6 +7167,9 @@ 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_ARG_ENABLE(dmalloc, [AS_HELP_STRING([--enable-dmalloc], [Enable heap debugging [default=no]])])
if test "x$enable_dmalloc" = xyes