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/smbd/config.m4 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 source4/smbd/config.m4 (limited to 'source4/smbd') diff --git a/source4/smbd/config.m4 b/source4/smbd/config.m4 deleted file mode 100644 index 371fb8e66f..0000000000 --- a/source4/smbd/config.m4 +++ /dev/null @@ -1 +0,0 @@ -SMB_MODULE_DEFAULT(server_service_kdc, NOT) -- cgit