summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-10-26 16:42:27 +0200
committerRobin Gareus <robin@gareus.org>2013-10-26 16:42:27 +0200
commite4514117190f398a0a672e25ecb48bc53cf9414b (patch)
treebe305486e22446f5d4af3a50b64fbec966f42886 /libs/plugins/reasonablesynth.lv2/wscript
parentf52cfdd6399ea4b1baab65ab2aae1b0086e9f9b3 (diff)
remove c99'ness from rsynth.c - should fix #5751
Diffstat (limited to 'libs/plugins/reasonablesynth.lv2/wscript')
-rw-r--r--libs/plugins/reasonablesynth.lv2/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/wscript b/libs/plugins/reasonablesynth.lv2/wscript
index 37a11a4228..db0bf0af8a 100644
--- a/libs/plugins/reasonablesynth.lv2/wscript
+++ b/libs/plugins/reasonablesynth.lv2/wscript
@@ -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')