summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-09-30 19:00:39 +0200
committerThiago Macieira <thiago.macieira@intel.com>2015-10-01 21:09:50 +0000
commit06729450b74b8fdc251fcebeb5008e68251d2b56 (patch)
treec35fc465ecf3c87c23ebb9a07900ad4cad0cbac1
parentf2b96c3c51644da7b25f94e76507861ca687ac13 (diff)
configure: correct a spurious '==' to '='
Change-Id: I3da99760df9ddcd7e943a53ff35361cf7d50b081 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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