summaryrefslogtreecommitdiff
path: root/deps/libeio
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-22 18:28:48 +0200
committerRyan <ry@tinyclouds.org>2009-06-22 18:28:48 +0200
commitcc67d8efc765d37eae872431ffbf5e17210f62e1 (patch)
tree00d5e2f3b2332901ae778957604536334300db4e /deps/libeio
parent7703a4cacb3df41d2f1946997db6e87129d3c819 (diff)
downloadnode-new-cc67d8efc765d37eae872431ffbf5e17210f62e1.tar.gz
Fix bug waf problem with HAVE_CLOCK_SYSCALL
Diffstat (limited to 'deps/libeio')
-rw-r--r--deps/libeio/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/libeio/wscript b/deps/libeio/wscript
index 07afd24dea..90be7cce49 100644
--- a/deps/libeio/wscript
+++ b/deps/libeio/wscript
@@ -104,8 +104,6 @@ def configure(conf):
}
""", define_name="HAVE_SYNC_FILE_RANGE")
- conf.write_config_header('config.h')
-
def build(bld):
libeio = bld.new_task_gen("cc", "staticlib")
libeio.source = "eio.c"