From 8406d818fcb2a511b1e4264a10fd9069ec020d72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Thu, 3 Jun 2010 20:03:02 +0200
Subject: Don't link against dl.

If this breaks Mac OS X compilation, we should do a platform check.

diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct
index 67d60de..7967499 100644
--- a/BuildTools/SCons/SConstruct
+++ b/BuildTools/SCons/SConstruct
@@ -248,8 +248,8 @@ if conf.CheckLib("z") :
 else :
 	env["ZLIB_BUNDLED"] = True
 
-if conf.CheckLib("dl") :
-	env.Append(LIBS = ["dl"])
+#if conf.CheckLib("dl") :
+#	env.Append(LIBS = ["dl"])
 
 if conf.CheckLib("c") :
 	env.Append(LIBS = ["c"])
-- 
cgit v0.10.2-6-g49f6