diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ def configure(conf): conf.load('compiler_c') conf.load('lv2') autowaf.configure(conf) - autowaf.set_c99_mode(conf) autowaf.display_header('Matriseq Configuration') autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') |