mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
configure: Fix another bashism.
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
3477f67057
commit
dbe0dd11b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue