summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwafbin72475 -> 94174 bytes
-rw-r--r--wscript2
2 files changed, 1 insertions, 1 deletions
diff --git a/waf b/waf
index 62ab137..45a6f80 100755
--- a/waf
+++ b/waf
Binary files differ
diff --git a/wscript b/wscript
index 1a4f524..fa0d6a4 100644
--- a/wscript
+++ b/wscript
@@ -39,9 +39,9 @@ def configure(conf):
conf.load('compiler_c')
conf.load('compiler_cxx')
autowaf.configure(conf)
+ autowaf.set_c99_mode(conf)
autowaf.display_header('Ganv Configuration')
- conf.env.append_unique('CFLAGS', '-std=c99')
conf.env.BUILD_TESTS = Options.options.build_tests
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',