summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rowley <timothy.o.rowley@intel.com>2017-08-10 12:58:57 -0500
committerEmil Velikov <emil.l.velikov@gmail.com>2017-08-11 20:58:19 +0100
commitbb6e5e5476ebaec73a17831cb5c5b883d061560e (patch)
treed248fad787bf8dae952bd1a04d8091e2eaf93954
parent08d49e074dc95cbe04b6090e49ba067a31bb1a84 (diff)
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> (cherry picked from commit 4d9b0dcccb81ad10113d9aef52b4c84496e879f1)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2736fbf201b..8d6c9671e78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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