From b4e58111b9ee66ed279eaf88ee8ec523a17220f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 09:39:57 +1100 Subject: build: Remove configure tests for *64 functions and types We now use the standard types only. Andrew Bartlett --- lib/util/wscript_configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util') diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure index ad55476c7d..28199272f2 100644 --- a/lib/util/wscript_configure +++ b/lib/util/wscript_configure @@ -26,11 +26,6 @@ conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', # all the different ways of doing statfs statfs_types = [ - ( 'STAT_STATVFS64', - 'Linux statvfs64', - 'struct statvfs64 fsd; exit(statvfs64 (".", &fsd))', - 'sys/statvfs.h' ), - ( 'STAT_STATVFS', 'statvfs (SVR4)', 'struct statvfs fsd; exit(statvfs(0, &fsd))', -- cgit