summaryrefslogtreecommitdiffstats
path: root/m4/ax_python_module.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix build on systems where /usr/bin/python isn't python 2.Kenneth Graunke2013-01-221-4/+4
| | | | | | | | | | | configure.ac sets up a PYTHON2 variable, which is what we want AX_PYTHON_MODULE to use (since we only use Python 2 for now). NOTE: This is a candidate for the 9.0 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31598 Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Andreas Boll <[email protected]>
* build: require python module libxml2Andreas Boll2013-01-191-0/+49
configure should warn if libxml2 is not found. libxml2 is needed by glapi/gen. Fixes error during build in src/mapi/glapi/gen: ImportError: No module named libxml2 NOTE: This is a candidate for the 9.0 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31598 Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>