This commit is contained in:
Thomas Nagy 2011-11-19 21:32:04 +01:00
parent 6eb83abd1c
commit d3ea2bd2c1
1 changed files with 1 additions and 0 deletions

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'},