Searched defs:withModules (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js51 var withModules = true; variable
133 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
244 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
482 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
649 txtOut += " Module support: " + boolToStr(withModules) + "\n";

Completed in 32 milliseconds