From 931be60fedc49fc6fde39a8342928ff6c7e60e07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Nov 2015 19:41:14 -0500 Subject: Use jack_port_rename() if available Closes #1075. --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 161d06f5..dc558b5f 100644 --- a/wscript +++ b/wscript @@ -104,6 +104,11 @@ def configure(conf): define_name = 'HAVE_JACK_METADATA', uselib = 'JACK', mandatory = False) + conf.check(function_name = 'jack_port_rename', + header_name = 'jack/jack.h', + define_name = 'HAVE_JACK_PORT_RENAME', + uselib = 'JACK', + mandatory = False) if not Options.options.no_jack_session: autowaf.define(conf, 'INGEN_JACK_SESSION', 1) -- cgit v1.2.1