projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3477f67
)
configure: Fix another bashism.
author
Eric Anholt
<eric@anholt.net>
Wed, 4 Jan 2017 18:52:34 +0000
(10:52 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 5 Jan 2017 17:24:28 +0000
(09:24 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 799f5ebda029242c4f8af1c56e555fd477a197ad..d1ffb57f57e3ec8e8c2e96465675871f05f22ff7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2382,7
+2382,7
@@
dnl
dnl Gallium helper functions
dnl
gallium_require_llvm() {
- if test "x$enable_gallium_llvm" =
=
"xyes"; then
+ if test "x$enable_gallium_llvm" = "xyes"; then
llvm_check_version_for $LLVM_REQUIRED_GALLIUM "gallium"
else
AC_MSG_ERROR([--enable-gallium-llvm is required when building $1])