Home
last modified time | relevance | path

Searched refs:withModules (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js53 var withModules = true; variable
137 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
250 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
363 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
510 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
685 txtOut += " Module support: " + boolToStr(withModules) + "\n";