fluidsynth 1.1.6 actually
[ardour.git] / libs / fluidsynth / wscript
index 6451ec829c85b55eb5174c9f803d4f186f84709e..d346a57d59fe246049448058706ebbb4608fd2f6 100644 (file)
@@ -30,7 +30,7 @@ def options(opt):
 
 def configure(conf):
     if conf.is_defined('USE_EXTERNAL_LIBS'):
-        autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=LIBFLUIDSYNTH_LIB_VERSION, mandatory=True)
+        autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=1.1.6, mandatory=True)
     else:
         conf.load('compiler_c')
         autowaf.configure(conf)