From dfde465483d0e4987ca711409a79607dbde236d5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 14 May 2009 17:36:39 +0200 Subject: [PATCH] Don't need librt. --- wscript | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/wscript b/wscript index e846515..f92b37a 100644 --- a/wscript +++ b/wscript @@ -34,17 +34,6 @@ def configure(conf): conf.sub_config('deps/libeio') conf.sub_config('deps/libev') - # needs to match the symbols found in libeio and libev - # __solaris - # __linux - # __freebsd - # __hpux - # __solaris - platform_string = "__" + Options.platform - if Options.platform == "linux2": - platform_string = "__linux" - conf.define(platform_string, 1) - # liboi config print "--- liboi ---" if conf.check_cfg(package='gnutls', args='--cflags --libs', uselib_store="GNUTLS"): -- 2.7.4