summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2017-08-10 12:58:57 -0500
committerTim Rowley <[email protected]>2017-08-10 13:06:39 -0500
commit4d9b0dcccb81ad10113d9aef52b4c84496e879f1 (patch)
treeb7eff334be6f6b239f293a0f265e85dc844a4b19 /configure.ac
parent904d416e3dac30fb72e005bd2c132707b2e423b8 (diff)
configure: remove trailing "-a" in swr architecture test
Fixes "configure: line 27326: test: argument expected" CC: [email protected] Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d2704bce05d..f131788e3a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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