[Mesa-dev] [PATCH] configure.ac: Avoid running llvm-config when it hadn't been checked for.

2011-06-15 Thread Cyril Brulebois
line 9741: --libs: command not found | ../configure: line 9743: --ldflags: command not found With this commit, one gets that instead: | configure: error: LLVM is required to build Gallium R300 on x86 and x86_64 Signed-off-by: Cyril Brulebois --- configure.ac |2 ++ 1 files changed, 2 inser

[Mesa-dev] [PATCH] Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org

2011-02-18 Thread Cyril Brulebois
Suggested by a freedesktop.org admin. Signed-off-by: Cyril Brulebois --- src/mesa/main/imports.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index bd1fd7c..fef46c4 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa