mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
fix jack_port_rename() detection
This commit is contained in:
parent
29af3b1aee
commit
0ae634cb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def configure(conf):
|
||||||
uselib = 'JACK')
|
uselib = 'JACK')
|
||||||
|
|
||||||
# Check to see if jack_port_rename() is available and working
|
# 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",
|
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,
|
mandatory = False,
|
||||||
execute = False,
|
execute = False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue