diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 02:12:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:00 -0500 |
commit | c2387587cb9c43c5f642554be9f08cc4ab0badc9 (patch) | |
tree | e7474bfd920f8f8bde04dc1507288d3255151cea /source4/lib/tdb | |
parent | d09ef0e8467c154844407a8e115c8ab070ed8a5f (diff) | |
download | samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.gz samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.bz2 samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.zip |
r18280: more portability tidyups, ensuring we use libreplace everywhere
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac index 09cc353e39..9da1d85ae2 100644 --- a/source4/lib/tdb/configure.ac +++ b/source4/lib/tdb/configure.ac @@ -5,12 +5,6 @@ AC_DEFUN([SMB_ENABLE], [echo -n ""]) AC_INIT(include/tdb.h) AC_CONFIG_SRCDIR([common/tdb.c]) AC_CONFIG_HEADER(include/config.h) -AC_PROG_CC -AC_SYS_LARGEFILE -AC_CHECK_SIZEOF(off_t,cross) -AC_CHECK_SIZEOF(size_t,cross) -AC_CHECK_SIZEOF(ssize_t,cross) -AC_FUNC_MMAP m4_include(libreplace.m4) m4_include(libtdb.m4) AC_OUTPUT(Makefile tdb.pc) |