From 342be2851a286588ebe5d0cc7e98fc22e9416d80 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Jan 2012 15:42:08 +0100 Subject: s3:build: add auth/gensec/spnego.o metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Jan 13 06:32:30 CET 2012 on sn-devel-104 --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/configure.in') 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 -- cgit