From 26f1176ecd662e967a5535e2923595970b31a817 Mon Sep 17 00:00:00 2001
From: David Elliott <dfe@tgwbd.org>
Date: Thu, 1 Nov 2007 16:51:06 +0000
Subject: [PATCH] Temporary hack to allow wxUSE_FSCRIPT to be set on the
 compiler command-line until I make a proper configure option for it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/cocoa/mbarman.mm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cocoa/mbarman.mm b/src/cocoa/mbarman.mm
index 7870e6dca3..4a1cdec7fb 100644
--- a/src/cocoa/mbarman.mm
+++ b/src/cocoa/mbarman.mm
@@ -28,7 +28,10 @@
 #import <AppKit/NSApplication.h>
 #import <AppKit/NSWindow.h>
 
+#ifndef wxUSE_FSCRIPT
 #define wxUSE_FSCRIPT 0
+#endif
+
 #if wxUSE_FSCRIPT
     #import <FScript/FScriptMenuItem.h>
 #endif
-- 
2.45.2