summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 02:12:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:00 -0500
commitc2387587cb9c43c5f642554be9f08cc4ab0badc9 (patch)
treee7474bfd920f8f8bde04dc1507288d3255151cea /source4/lib/tdb/configure.ac
parentd09ef0e8467c154844407a8e115c8ab070ed8a5f (diff)
downloadsamba-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/configure.ac')
-rw-r--r--source4/lib/tdb/configure.ac6
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)