From fff37ac56a093ca1659d03d7fca339d96f6a931f Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Sat, 21 May 2005 10:48:09 +0000 Subject: Disabled scripting by default (enabled using --with-scripting at configure) --- src/script.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index a614e03..9d761eb 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1,4 +1,7 @@ #include "script.h" +#ifdef SCRIPT_SUPPORT + Script *script; +#endif -- cgit