Merge branch 'windowspush' of https://github.com/mojofunk/ardour into windows
[ardour.git] / libs / ardour / wscript
index e7dcf4563587f486b47047604f26a3b7a9be0dfc..b509db361f9c41d77f741c6d2962cc06159bf84d 100644 (file)
@@ -259,9 +259,6 @@ def configure(conf):
     autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP',
                       atleast_version='2.0')
 
-    if re.search ("linux", sys.platform) != None:
-        autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
-
     if Options.options.lv2:
         autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
                           atleast_version='1.0.0', mandatory=True)