Actually check if stdbool.h exists when BOOTSTRAPPING.
This commit is contained in:
parent
239c92ba3c
commit
7f2358cbe3
@ -25,7 +25,7 @@ BROKEN_LINKER= 0
|
||||
BUILTIN_BOOL= 1
|
||||
BOOL_TYPE= 0
|
||||
HAVE_VSSCANF= 1
|
||||
.if defined(BOOTSTRAPPING)
|
||||
.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
|
||||
HEADER_STDBOOL= 0
|
||||
.else
|
||||
HEADER_STDBOOL= 1
|
||||
|
@ -25,7 +25,7 @@ BROKEN_LINKER= 0
|
||||
BUILTIN_BOOL= 1
|
||||
BOOL_TYPE= 0
|
||||
HAVE_VSSCANF= 1
|
||||
.if defined(BOOTSTRAPPING)
|
||||
.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
|
||||
HEADER_STDBOOL= 0
|
||||
.else
|
||||
HEADER_STDBOOL= 1
|
||||
|
Loading…
Reference in New Issue
Block a user