configure: correct a spurious '==' to '='

Change-Id: I3da99760df9ddcd7e943a53ff35361cf7d50b081
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
hjk 2015-09-30 19:00:39 +02:00 committed by Thiago Macieira
parent f2b96c3c51
commit 06729450b7

2
configure vendored
View File

@ -4518,7 +4518,7 @@ if [ "${CFG_AVX2}" = "auto" ]; then
fi fi
# detect avx512 support # detect avx512 support
if [ "${CFG_AVX512}" == "auto" ]; then if [ "${CFG_AVX512}" = "auto" ]; then
# First, test for AVX-512 Foundation # First, test for AVX-512 Foundation
if compileTest common/avx512 "avx512f" AVX512=F; then if compileTest common/avx512 "avx512f" AVX512=F; then
# Test for the sub-features # Test for the sub-features