[vbox-dev] Bug in configure.vbs
Sergiy Byelozyorov
rryk.ua at gmail.com
Mon Mar 2 13:41:32 PST 2009
In configure.vbs line 1676:
if LogFindFile(strPathXml2, "lib/libxml2.lib") then
should be
if LogFindFile(strPathXml2, "lib/libxml2.lib") <> "" then
Otherwise, script issues error: type mismatch. Please make changes since I
don't have right to commit, do I?
Sincerely yours,
Byelozyorov Sergiy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20090302/e083e836/attachment-0001.html
More information about the vbox-dev
mailing list