From fb21158d7d64fd49e1fa0344db5576c1eff38126 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Mon, 16 Aug 2010 21:22:28 +0200
Subject: Fix LibXML check.


diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct
index 6b5a9de..ac28ec9 100644
--- a/BuildTools/SCons/SConstruct
+++ b/BuildTools/SCons/SConstruct
@@ -365,7 +365,7 @@ if not env.get("HAVE_EXPAT", False) :
 
 # Bundled expat
 bundledExpat = False
-if not env.get("HAVE_EXPAT", 0) :
+if not env.get("HAVE_EXPAT", 0) and not env.get("HAVE_LIBXML", 0) :
 	print "Expat or LibXML not found. Using bundled Expat"
 	SConscript("#/3rdParty/Expat/SConscript")
 	env["HAVE_EXPAT"] = 1
-- 
cgit v0.10.2-6-g49f6