Re: [Mesa-dev] [PATCH] configure.ac: fix the detection of expat with pkg-config

2014-03-22 Thread Matt Turner
Reviewed-by: Matt Turner I'll commit it soon unless someone does before me. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] configure.ac: fix the detection of expat with pkg-config

2014-03-22 Thread Johannes Nixdorf
The pkg-config module was called "EXPAT" instead of "expat" in PKG_CHECK_EXISTS. This seems to have been wrong because the wrong argument was copied from PKG_CHECK_MODULES. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c5042f