[Mesa-dev] [Bug 31598] configure: Doesn't check for python libxml2

2013-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31598 LoneVVolf changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Mesa-dev] [Bug 31598] configure: Doesn't check for python libxml2

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31598 LoneVVolf changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Mesa-dev] [Bug 31598] configure: Doesn't check for python libxml2

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31598 --- Comment #3 from Jan Vesely --- Created attachment 73402 --> https://bugs.freedesktop.org/attachment.cgi?id=73402&action=edit use correct version of python to make the check The attached patch fixes the check on systems where python2 is not

[Mesa-dev] [Bug 31598] configure: Doesn't check for python libxml2

2013-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31598 --- Comment #2 from zephi...@gmail.com --- 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

[Mesa-dev] [Bug 31598] configure: Doesn't check for python libxml2

2013-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31598 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---