Re: [Mesa-dev] [PATCH] build: Make src/gtest before src/mesa

2013-01-14 Thread Kenneth Graunke
On 01/14/2013 09:15 PM, Matt Turner wrote: Fixes a make check problem where libgtest.la wasn't build before tests that want to link with it. --- configure.ac |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2d74b82..99a08fd 100644 ---

[Mesa-dev] [PATCH] build: Make src/gtest before src/mesa

2013-01-14 Thread Matt Turner
Fixes a make check problem where libgtest.la wasn't build before tests that want to link with it. --- configure.ac |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2d74b82..99a08fd 100644 --- a/configure.ac +++ b/configure.ac @@ -739,7 +7