Re: [Mesa-dev] [PATCH] build: require python module libxml2

2013-01-18 Thread Kenneth Graunke
On 01/18/2013 06:40 AM, Andreas Boll wrote: 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. --- configure.ac |1 + m

Re: [Mesa-dev] [PATCH] build: require python module libxml2

2013-01-18 Thread Matt Turner
On Fri, Jan 18, 2013 at 6:40 AM, Andreas Boll wrote: > 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. > --- > configure.ac

[Mesa-dev] [PATCH] build: require python module libxml2

2013-01-18 Thread Andreas Boll
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. --- configure.ac |1 + m4/ax_python_module.m4 | 49 +++