summaryrefslogtreecommitdiff
path: root/libs/backends/jack/jack_portengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/backends/jack/jack_portengine.cc')
-rw-r--r--libs/backends/jack/jack_portengine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/jack/jack_portengine.cc b/libs/backends/jack/jack_portengine.cc
index caa962600b..1f0515b0e8 100644
--- a/libs/backends/jack/jack_portengine.cc
+++ b/libs/backends/jack/jack_portengine.cc
@@ -118,7 +118,7 @@ JACKAudioBackend::get_port_name (PortHandle port) const
int
JACKAudioBackend::get_port_property (PortHandle port, const std::string& key, std::string& value, std::string& type) const
{
-#ifndef NO_JACK_METADATA // really everyone ought to have this by now.
+#ifdef HAVE_JACK_METADATA // really everyone ought to have this by now.
int rv = -1;
char *cvalue = NULL;
char *ctype = NULL;