waf: upgrade to 1.5.18

This commit is contained in:
Nedko Arnaudov 2010-09-13 21:35:41 +03:00
parent adaa56b758
commit eccc6ad65b
2 changed files with 2 additions and 2 deletions

BIN
waf vendored

Binary file not shown.

View File

@ -223,8 +223,8 @@ def configure(conf):
display_line(conf, 'WARNING: You can override dbus service install directory', 'RED')
display_line(conf, 'WARNING: with --enable-pkg-config-dbus-service-dir option to this script', 'RED')
display_msg(conf, 'C compiler flags', conf.env['CCFLAGS'])
display_msg(conf, 'C++ compiler flags', conf.env['CXXFLAGS'])
display_msg(conf, 'C compiler flags', repr(conf.env['CCFLAGS']))
display_msg(conf, 'C++ compiler flags', repr(conf.env['CXXFLAGS']))
if not conf.env['BUILD_GLADISH']:
display_msg(conf)