summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-14 11:43:31 +0200
committerGünther Deschner <gd@samba.org>2011-04-14 12:56:27 +0200
commit7ece43b15e11ccff6181266d53c88c14271167c2 (patch)
treed0900871966428bbc621311770fd7892091952e6 /source3/configure.in
parentdaea6a4b8cf48c96718d6f757d01c430d1811446 (diff)
downloadsamba-7ece43b15e11ccff6181266d53c88c14271167c2.tar.gz
samba-7ece43b15e11ccff6181266d53c88c14271167c2.tar.bz2
samba-7ece43b15e11ccff6181266d53c88c14271167c2.zip
s3-build: make sure we pick up system tdb and talloc via #include.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index f0d54ccc3d..086e0442a0 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2151,7 +2151,7 @@ then
AC_SUBST(TDBTORTURE)
ac_cv_have_tdb_err_nesting=yes
else
- AC_TRY_COMPILE([#include "tdb.h"],
+ AC_TRY_COMPILE([#include <tdb.h>],
[enum TDB_ERROR err = TDB_ERR_NESTING],
ac_cv_have_tdb_err_nesting=yes,
ac_cv_have_tdb_err_nesting=no)