From d425a4cd3dded853aaefbca8873c95845933d383 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 9 Apr 2012 15:31:23 -0700 Subject: On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into libreplace to make it standalone. Autobuild-User: Jeremy Allison Autobuild-Date: Tue Apr 10 04:07:11 CEST 2012 on sn-devel-104 --- source3/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index bc8afc007d..bf777a16f5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2934,8 +2934,6 @@ if test x"$samba_cv_HAVE_STAT_ST_BLOCKS" = x"yes"; then AC_DEFINE(HAVE_STAT_ST_BLOCKS,1,[Whether the stat struct has a st_block property]) fi -AC_CHECK_TYPES([blksize_t, blkcnt_t], [], [], [[#include ]]) - AC_CACHE_CHECK([for 32 bit blkcnt_t],samba_cv_SIZEOF_BLKCNT_T_4,[ AC_TRY_RUN([ #if defined(HAVE_UNISTD_H) -- cgit