fix the cairo-fletcher-fluctuation
[ardour.git] / libs / backends / jack / jack_portengine.cc
index caa962600b764f9686dcfcdc304bcc86d83bab98..1f0515b0e8c2b19eb084ffe8f1e02dc19efd05a0 100644 (file)
@@ -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;