projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904d416
)
configure: remove trailing "-a" in swr architecture test
author
Tim Rowley
<timothy.o.rowley@intel.com>
Thu, 10 Aug 2017 17:58:57 +0000
(12:58 -0500)
committer
Tim Rowley
<timothy.o.rowley@intel.com>
Thu, 10 Aug 2017 18:06:39 +0000
(13:06 -0500)
Fixes "configure: line 27326: test: argument expected"
CC: mesa-stable@lists.freedesktop.org
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d2704bce05d03cb3e906553b21f9b63c58818b96..f131788e3a52432bafe695c62898258837f7c4e7 100644
(file)
--- 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