From 2c499fe5aa04fffa4a58696d9f5d1df35f2fc384 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 5 Jun 2005 12:10:40 +0000 Subject: r7303: autodetect the libkdc and our kdc support btw: I use this for configuring heimdal >>> CONFIG="CFLAGS=\"-g -O -Wall -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wdeclaration-after-statement\" \ CC=gcc-4.0 \ ./configure -C --prefix=$HOME/prefix/heimdal-test \ --sysconfdir=/etc \ --enable-shared=no \ --with-ldb=$HOME/prefix/ldb \ --without-openldap \ --without-openssl $@" echo $CONFIG eval $CONFIG >>> maybe you also want to use --disable-berkeley-db metze (This used to be commit 2aec140e00770df78ba31ef91109634ce0aa3d8a) --- source4/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index 6f24af3a7f..a2a85c2885 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -31,7 +31,7 @@ sinclude(ntvfs/posix/config.m4) sinclude(lib/socket_wrapper/config.m4) sinclude(web_server/config.m4) sinclude(auth/config.m4) -sinclude(smbd/config.m4) +sinclude(kdc/config.m4) ALLLIBS_LIBS="$LIBS" ALLLIBS_CFLAGS="$CFLAGS" -- cgit