s3-waf: Add darwin to the host_os-specific checks
authorKai Blin <kai@samba.org>
Tue, 25 May 2010 21:57:41 +0000 (23:57 +0200)
committerKai Blin <kai@samba.org>
Tue, 25 May 2010 22:28:34 +0000 (00:28 +0200)
source3/wscript

index 3e290c8473b4f113232c7b5eef6fbea389960332..2695073cd2da1548b8c0bedaadaf9eb1cafa82ee 100644 (file)
@@ -440,6 +440,8 @@ krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm''',
         elif host_os.rfind('qnx') > -1:
             conf.DEFINE('QNX', '1')
         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
+    elif (host_os.rfind('darwin') > -1):
+        conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
     # FIXME: Add more checks here.
     else:
         print "Unknown host_os '%s', please report this to samba-technical@samba.org" % host_os