s3:build: fix the build when no external talloc and tdb are installed.
authorMichael Adam <obnox@samba.org>
Tue, 1 Dec 2009 13:55:02 +0000 (14:55 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 1 Dec 2009 16:10:24 +0000 (17:10 +0100)
commit51b6e23f9a88f1c8fabb67d5e6d9b81aa562623a
treedebfb4a14413aa45c9855e4526b8dee7b2aadae4
parent2d1bd87f732e37323bd382ac66f41bfc52a23dac
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