projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68fc4b4
)
Fix test for MESA_LLVM.
author
Eric Anholt
<eric@anholt.net>
Fri, 21 May 2010 19:17:24 +0000
(12:17 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 21 May 2010 19:20:40 +0000
(12:20 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
116620c
..
3d8da6c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1589,7
+1589,7
@@
fi
echo " Use XCB: $enable_xcb"
echo ""
-if test "x$MESA_LLVM" =
=
x1; then
+if test "x$MESA_LLVM" = x1; then
echo " llvm: yes"
echo " llvm-config: $LLVM_CONFIG"
echo " llvm-version: $LLVM_VERSION"