summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-18 12:12:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:13 -0500
commit4611244abdb893d7bf380a531051c1ab877e80dc (patch)
tree08ce00c6c173a09bbeeceaf5b45b2a5a6279b112 /source4/lib/ldb
parent761450c66e92efb2570b5aaa038178d426323cce (diff)
downloadsamba-4611244abdb893d7bf380a531051c1ab877e80dc.tar.gz
samba-4611244abdb893d7bf380a531051c1ab877e80dc.tar.bz2
samba-4611244abdb893d7bf380a531051c1ab877e80dc.zip
r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from samba
metze (This used to be commit 5c1e6c08c7cce233ca5798a325bdd17c2640286f)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/configure.in b/source4/lib/ldb/configure.in
index c29556ecce..2400e4649a 100644
--- a/source4/lib/ldb/configure.in
+++ b/source4/lib/ldb/configure.in
@@ -18,6 +18,7 @@ AC_ARG_ENABLE(gcov,
[ WITH_GCOV=1])
AC_SUBST(WITH_GCOV)
AC_PROG_CC
+AC_SYS_LARGEFILE
AC_FUNC_MMAP
AC_PATH_PROG(XSLTPROC,xsltproc)
AC_PATH_PROG(DOXYGEN,doxygen)