diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-18 12:12:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:13 -0500 |
commit | 4611244abdb893d7bf380a531051c1ab877e80dc (patch) | |
tree | 08ce00c6c173a09bbeeceaf5b45b2a5a6279b112 /source4/lib/tdb | |
parent | 761450c66e92efb2570b5aaa038178d426323cce (diff) | |
download | samba-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/tdb')
-rw-r--r-- | source4/lib/tdb/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/configure.in b/source4/lib/tdb/configure.in index fe80d66799..28699cd32d 100644 --- a/source4/lib/tdb/configure.in +++ b/source4/lib/tdb/configure.in @@ -4,6 +4,7 @@ AC_DEFUN([SMB_ENABLE], [echo -n ""]) AC_INIT(include/tdb.h) AC_CONFIG_HEADER(include/config.h) AC_PROG_CC +AC_SYS_LARGEFILE AC_FUNC_MMAP sinclude(config.m4) AC_OUTPUT(Makefile tdb.pc) |