<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - configure: Doesn't check for python libxml2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=31598#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - configure: Doesn't check for python libxml2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=31598">bug 31598</a>
from <span class="vcard"><a class="email" href="mailto:zephiris@gmail.com" title="zephiris@gmail.com">zephiris@gmail.com</a>
</span></b>
<pre>On systems where 'python' is 3.x and 'python2' is 2.x, mesa's config will store
the variable PYTHON2='python2', whereas your code checks the PYTHON variable,
which is unset , and always uses 'python' (3.x), which can't have libxml2. This
causes the build to fail even with everything available.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>