diff options
author | Cyril Brulebois <[email protected]> | 2011-06-15 15:50:02 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-06-19 21:15:55 +0200 |
commit | 9ba2907f2ed893da3da1345647e34a597dd6ed07 (patch) | |
tree | de013c7d420400568cd95494db6a26434fe7c953 /src/mapi/glapi | |
parent | 0c7c5b68766a0d1d4da870fab0bcfd79fed1ed56 (diff) |
configure.ac: Avoid running llvm-config when it hadn't been checked for.
If --disable-gallium is passed, llvm-config isn't checked for, so mark
it explicitly as absent, through LLVM_CONFIG=no.
Passing --disable-gallium would result in:
| ../configure: line 9739: --version: command not found
| ../configure: line 9740: --cppflags: command not found
| ../configure: 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 <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
0 files changed, 0 insertions, 0 deletions