s3-waf: Add check for asm/types.h
authorKai Blin <kai@samba.org>
Mon, 31 May 2010 20:39:47 +0000 (22:39 +0200)
committerKai Blin <kai@samba.org>
Tue, 1 Jun 2010 05:55:06 +0000 (07:55 +0200)
source3/wscript

index 41a06b45f943d651bd47cb3ef3bf7a4ab0d824a8..8b3d85fc056a69ef030ee8fd1d2ddf9e403c6343 100644 (file)
@@ -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')