From b497447e1722e6d89406f71b2371b61c616cf71b Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 31 May 2010 22:39:47 +0200 Subject: s3-waf: Add check for asm/types.h --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/wscript b/source3/wscript index 41a06b45f9..8b3d85fc05 100644 --- a/source3/wscript +++ b/source3/wscript @@ -346,6 +346,8 @@ utimensat vsyslog _write __write __xstat msg="Checking whether xattr interface takes additional options", headers='sys/types.h attr/xattr.h sys/xattr.h') + conf.CHECK_HEADERS('asm/types.h') + #FIXME: Should just be set when krb5 and ldap requirements are fulfilled if Options.options.with_ads: conf.DEFINE('WITH_ADS', '1') -- cgit