Don't need librt.
authorRyan <ry@tinyclouds.org>
Thu, 14 May 2009 15:36:39 +0000 (17:36 +0200)
committerRyan <ry@tinyclouds.org>
Thu, 14 May 2009 15:36:39 +0000 (17:36 +0200)
wscript

diff --git a/wscript b/wscript
index e846515..f92b37a 100644 (file)
--- 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"):