build: check for uint_t
authorKai Blin <kai@samba.org>
Sun, 21 Mar 2010 11:12:27 +0000 (12:12 +0100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:02 +0000 (20:27 +1000)
lib/replace/wscript

index f45ca33be834190c48b9a8f448ccdf23407d7d4c..023c60da3fba93630fd8743258ba9a31b6d6afcd 100644 (file)
@@ -169,6 +169,7 @@ def configure(conf):
     conf.CHECK_TYPE('bool', 'off_t')
     conf.CHECK_TYPE('offset_t', 'loff_t')
     conf.CHECK_TYPE('volatile int', define='HAVE_VOLATILE')
+    conf.CHECK_TYPE('uint_t', 'unsigned int')
 
     conf.CHECK_CODE('long one = 1; return ((char *)(&one))[0]',
                     execute=True,