mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
lib/replace:wscript - don't check twice for type "bool"
This commit is contained in:
parent
ae5d807725
commit
b8f28c2e70
@ -67,8 +67,7 @@ def configure(conf):
|
||||
conf.CHECK_HEADERS('utmp.h utmpx.h lastlog.h')
|
||||
conf.CHECK_HEADERS('syscall.h sys/syscall.h inttypes.h')
|
||||
|
||||
conf.CHECK_TYPES('"long long" intptr_t uintptr_t ptrdiff_t')
|
||||
conf.CHECK_TYPES('comparison_fn_t bool')
|
||||
conf.CHECK_TYPES('"long long" intptr_t uintptr_t ptrdiff_t comparison_fn_t')
|
||||
conf.CHECK_TYPE('_Bool', define='HAVE__Bool')
|
||||
|
||||
conf.CHECK_TYPE('int8_t', 'char')
|
||||
|
Loading…
Reference in New Issue
Block a user