mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
small wscript error
This commit is contained in:
2
wscript
2
wscript
@@ -163,7 +163,7 @@ def configure(conf):
|
||||
conf.fatal("Cannot find V8")
|
||||
if not conf.check(lib='ev', uselib_store='EV'):
|
||||
conf.fatal("Cannot find libev")
|
||||
if conf.check(lib='udns', uselib_store='UDNS'):
|
||||
if not conf.check(lib='udns', uselib_store='UDNS'):
|
||||
conf.fatal("Cannot find udns")
|
||||
|
||||
conf.define("HAVE_CONFIG_H", 1)
|
||||
|
||||
Reference in New Issue
Block a user