changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove Plugi...
[ardour.git] / gtk2_ardour / plugin_ui.h
index e060907986d5699a25044959b46e6524d3870984..20282c4cfaacf35f4336ae030b5e638e8ebbe8c4 100644 (file)
@@ -304,7 +304,7 @@ class PluginUIWindow : public Gtk::Window
        bool create_lv2_editor (boost::shared_ptr<ARDOUR::PluginInsert>);
 };
 
-#ifdef AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
 /* this function has to be in a .mm file */
 extern PlugUIBase* create_au_gui (boost::shared_ptr<ARDOUR::PluginInsert>, Gtk::VBox**);
 #endif