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/wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 3c8df0a076..24924cca00 100644 --- a/source3/wscript +++ b/source3/wscript @@ -166,7 +166,6 @@ main() { msg="Checking for krenel share modes") # Check for various members of the stat structure - conf.CHECK_TYPES('blksize_t blkcnt_t') conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_blocks', define='HAVE_STAT_ST_BLOCKS', headers='sys/stat.h') conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_blksize', define='HAVE_STAT_ST_BLKSIZE', -- cgit