http://bugs.winehq.org/show_bug.cgi?id=6838
Summary: 0.9.26 does not check libxml2 version correctly on configure Product: Wine Version: 0.9.26. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: mmundy1@umbc.edu
I did a config on an older machine (RHEL 3). It configured fine, but during 'make', it complained about a missing lib object in domdoc.o. It turns out my libxml2 was too old. When I upgraded that it continued building. So it does not check the version on libxml2 correctly I guess