mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
configure: remove trailing "-a" in swr architecture test
Fixes "configure: line 27326: test: argument expected" CC: mesa-stable@lists.freedesktop.org Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
904d416e3d
commit
4d9b0dcccb
1 changed files with 1 additions and 1 deletions
|
|
@ -2545,7 +2545,7 @@ if test -n "$with_gallium_drivers"; then
|
|||
if test "x$HAVE_SWR_AVX" != xyes -a \
|
||||
"x$HAVE_SWR_AVX2" != xyes -a \
|
||||
"x$HAVE_SWR_KNL" != xyes -a \
|
||||
"x$HAVE_SWR_SKX" != xyes -a; then
|
||||
"x$HAVE_SWR_SKX" != xyes; then
|
||||
AC_MSG_ERROR([swr enabled but no swr architectures selected])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue