[Mesa-dev] [PATCH] mapi/glapi: Use ElementTree instead of libxml2.
Matt Turner
mattst88 at gmail.com
Tue Mar 25 10:44:40 PDT 2014
On Tue, Mar 25, 2014 at 9:34 AM, <jfonseca at vmware.com> wrote:
> diff --git a/configure.ac b/configure.ac
> index c5042f9..04bf711 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -54,7 +54,6 @@ AM_PROG_CC_C_O
> AM_PROG_AS
> AC_CHECK_PROGS([MAKE], [gmake make])
> AC_CHECK_PROGS([PYTHON2], [python2 python])
> -AX_PYTHON_MODULE([libxml2], [needed])
This is the only use of AX_PYTHON_MODULE, so you can remove
m4/ax_python_module.m4 too, I think.
More information about the mesa-dev
mailing list