summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-06-05 12:10:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:39 -0500
commit2c499fe5aa04fffa4a58696d9f5d1df35f2fc384 (patch)
treeb5b06acf46fbf29e033a55b87a11b4beb8ab7a64 /source4/configure.in
parent1723f67291c6265e9cc264002ac4976caaac72d7 (diff)
downloadsamba-2c499fe5aa04fffa4a58696d9f5d1df35f2fc384.tar.gz
samba-2c499fe5aa04fffa4a58696d9f5d1df35f2fc384.tar.bz2
samba-2c499fe5aa04fffa4a58696d9f5d1df35f2fc384.zip
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)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in2
1 files changed, 1 insertions, 1 deletions
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"