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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js42 var withIconv = true; variable
126 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
235 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
321 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
464 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
642 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";

Completed in 307 milliseconds