From 06729450b74b8fdc251fcebeb5008e68251d2b56 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 30 Sep 2015 19:00:39 +0200 Subject: [PATCH] configure: correct a spurious '==' to '=' Change-Id: I3da99760df9ddcd7e943a53ff35361cf7d50b081 Reviewed-by: Thiago Macieira --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7002d3d1bb..8621fbed10 100755 --- a/configure +++ b/configure @@ -4518,7 +4518,7 @@ if [ "${CFG_AVX2}" = "auto" ]; then fi # detect avx512 support -if [ "${CFG_AVX512}" == "auto" ]; then +if [ "${CFG_AVX512}" = "auto" ]; then # First, test for AVX-512 Foundation if compileTest common/avx512 "avx512f" AVX512=F; then # Test for the sub-features