13
0

fix jack_port_rename() detection

This commit is contained in:
Robin Gareus 2016-07-01 19:08:52 +02:00
parent 29af3b1aee
commit 0ae634cb1e

View File

@ -49,7 +49,7 @@ def configure(conf):
uselib = 'JACK')
# Check to see if jack_port_rename() is available and working
if Options.options.libjack_link == 'link':
if conf.env['libjack_link'] == 'link':
conf.check_cxx(fragment = "#include <jack/jack.h>\nint main(void) { jack_client_t* c; jack_port_t* p; jack_port_rename (c, p, \"foo\"); return 0; }\n",
mandatory = False,
execute = False,