summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-10-07 12:38:24 +0200
committerDavid Robillard <d@drobilla.net>2017-12-16 13:57:16 +0100
commit0b826b5b7ef1c0d830b733f769528c876b110a61 (patch)
tree04ce456cfcfad4a667d314c60ff89f5ed623e35b /wscript
parent12f7d6b0438c94dd87f773a92eee3453d971846e (diff)
downloadganv-0b826b5b7ef1c0d830b733f769528c876b110a61.tar.gz
ganv-0b826b5b7ef1c0d830b733f769528c876b110a61.tar.bz2
ganv-0b826b5b7ef1c0d830b733f769528c876b110a61.zip
Update waf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index 7a0a88d..b5c2937 100644
--- a/wscript
+++ b/wscript
@@ -37,8 +37,6 @@ def configure(conf):
conf.load('compiler_cxx')
autowaf.configure(conf)
autowaf.display_header('Ganv Configuration')
- autowaf.set_c99_mode(conf)
- autowaf.set_cxx11_mode(conf)
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',
atleast_version='2.0.0', mandatory=True)