On Mon, Dec 9, 2013 at 3:00 PM, Set Hallstrom <sakrecoer@gmail.com> wrote:

Checking for 'jack' >= 0.15.0            : not found

This is nonsensical. First the JACK API has not changed in a very long time, but checking for > 0.15.0 is silly. Secondly, you can't check JACK API versions this way.

--p