Browse Source

small wscript error

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
ffeb4722d4
  1. 2
      wscript

2
wscript

@ -163,7 +163,7 @@ def configure(conf):
conf.fatal("Cannot find V8") conf.fatal("Cannot find V8")
if not conf.check(lib='ev', uselib_store='EV'): if not conf.check(lib='ev', uselib_store='EV'):
conf.fatal("Cannot find libev") 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.fatal("Cannot find udns")
conf.define("HAVE_CONFIG_H", 1) conf.define("HAVE_CONFIG_H", 1)

Loading…
Cancel
Save