From c84b15a8ea05ed9c9dda7ab36deca82a5302f277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Wed, 15 Sep 2010 22:23:17 +0200 Subject: Do not compile Snarl interface if Snarl is not available. diff --git a/3rdParty/Snarl/SConscript b/3rdParty/Snarl/SConscript index 99900f7..8733390 100644 --- a/3rdParty/Snarl/SConscript +++ b/3rdParty/Snarl/SConscript @@ -3,7 +3,8 @@ Import("env") ################################################################################ # Flags ################################################################################ -if env.get("HAVE_SNARL", True) : + +if env.get("HAVE_SNARL", False) : if env["SCONS_STAGE"] == "flags" : env["SNARL_FLAGS"] = { "CPPPATH": [Dir(".")], -- cgit v0.10.2-6-g49f6