Searched refs:withPython (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js63 var withPython = false; variable
148 txt += " python: Build Python bindings (" + (withPython? "yes" : "no") + ")\n";
258 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
511 withPython = strToBool(arg.substring(opt.length + 1, arg.length));
605 if (withPython == true) {
676 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";

Completed in 36 milliseconds