From e9d797e153ae95561dbb10b56a41281b2472f137 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 1 Jun 2012 15:01:09 +1000 Subject: lib/replace: Merge remaining xattr test details from lib/util I prefer the longer XATTR_ADDITIONAL_OPTIONS define and the NULL rather than 0 values in the getxattr test. Andrew Bartlett --- lib/util/wscript_configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/util') diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure index d5c9f743d0..f0514fd0b8 100644 --- a/lib/util/wscript_configure +++ b/lib/util/wscript_configure @@ -9,14 +9,6 @@ conf.CHECK_FUNCS_IN('backtrace backtrace_symbols', 'execinfo', checklibc=True, h conf.CHECK_FUNCS('sigprocmask sigblock sigaction') -xattr_headers='sys/attributes.h attr/xattr.h sys/xattr.h' - -conf.CHECK_CODE('getxattr(NULL, NULL, NULL, 0, 0, 0)', - headers=xattr_headers, local_include=False, - define='XATTR_ADDITIONAL_OPTIONS', - msg='Checking for darwin xattr api') - - conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', headers='sys/statvfs.h') # all the different ways of doing statfs -- cgit