diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-28 14:55:28 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-28 16:38:16 +0100 |
commit | 7128c15b65381da8e37be3cbd31d3b8310fd49aa (patch) | |
tree | 84028767995ffaaf23c1d86c1facd4068fd276b6 | |
parent | 3c0725001eeb2e132d6484a171ce13b5117c0434 (diff) | |
download | samba-7128c15b65381da8e37be3cbd31d3b8310fd49aa.tar.gz samba-7128c15b65381da8e37be3cbd31d3b8310fd49aa.tar.bz2 samba-7128c15b65381da8e37be3cbd31d3b8310fd49aa.zip |
replace:wscript - reintroduce the size check for "bool" due to a request of metze
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index f6a9befc0d..8b5980758d 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -91,7 +91,7 @@ def configure(conf): conf.CHECK_TYPE('volatile int', define='HAVE_VOLATILE') conf.CHECK_TYPE('uint_t', 'unsigned int') - conf.CHECK_SIZEOF('char int "long long" long short size_t ssize_t') + conf.CHECK_SIZEOF('bool char int "long long" long short size_t ssize_t') conf.CHECK_SIZEOF('int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t') conf.CHECK_SIZEOF('void*', define='SIZEOF_VOID_P') conf.CHECK_SIZEOF('off_t dev_t ino_t time_t') |