small wscript error

v0.7.4-release
Ryan Dahl 2010-03-13 12:20:09 -08:00
parent 61c8014135
commit ffeb4722d4
1 changed files with 1 additions and 1 deletions

View File

@ -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)