remove c99'ness from rsynth.c - should fix #5751

This commit is contained in:
Robin Gareus 2013-10-26 16:42:27 +02:00
parent f52cfdd639
commit e451411719
3 changed files with 21 additions and 16 deletions

View file

@ -15,7 +15,6 @@ def options(opt):
def configure(conf):
conf.load('compiler_c')
autowaf.configure(conf)
autowaf.set_c99_mode(conf)
if Options.options.lv2:
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
uselib_store='LV2_1_0_0')