Skip to content
Snippets Groups Projects
Commit bb6e5e54 authored by Tim Rowley's avatar Tim Rowley Committed by Emil Velikov
Browse files

configure: remove trailing "-a" in swr architecture test


Fixes "configure: line 27326: test: argument expected"

CC: mesa-stable@lists.freedesktop.org
Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
(cherry picked from commit 4d9b0dcc)
parent 08d49e07
No related branches found
No related tags found
No related merge requests found
......@@ -2551,7 +2551,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment