2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
This commit is contained in:
Thomas Nagy 2011-11-19 21:32:04 +01:00
parent 6eb83abd1c
commit d3ea2bd2c1

View File

@ -31,6 +31,7 @@ def configure(conf):
conf.check_cc(lib='m', cflags='-Wall', defines=['var=foo', 'x=y'], uselib_store='M', mandatory=False)
conf.check_large_file(mandatory=False)
conf.check_inline()
conf.check_endianness()
conf.multicheck(
{'header_name':'stdio.h'},