s3:build: fix the build when no external talloc and tdb are installed.
authorMichael Adam <obnox@samba.org>
Tue, 1 Dec 2009 14:03:35 +0000 (15:03 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 1 Dec 2009 16:13:28 +0000 (17:13 +0100)
commit06618b55e3e9d17cb7802aeed4769166118af373
treeca073ce0b8c69276afa6f4aabc5b2af12712339b
parente1f19bc357e9df2f61c19d6f260433c91bf01665
s3:build: fix the build when no external talloc and tdb are installed.

The check for the external libs and the addition of the include paths
to the CPPFLAGS was too late in configure.

This patch moves the whole subsystem/library section up right below
the detection of "BLDSHARED".
And it updates not only SAMBA_CPPFLAGS but also SAMBA_CONFIGURE_CPPFLAGS
so that many tests that use these flags can now succeed.

Michael
source3/configure.in