X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=lib%2Futil%2Fwscript_configure;h=28199272f276733e3ebe527d34f282324765f5ec;hp=ad55476c7d80871b224e7204491377f71d2db350;hb=b4e58111b9ee66ed279eaf88ee8ec523a17220f1;hpb=d5c7de8650ee2e05de591f3901c2cad010b88b77 diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure index ad55476c7d8..28199272f27 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))',