Skip to content

Commit 7fd0860

Browse files
committed
Bugfix: configure: Define defaults for enable_arm_{crc,shani}
1 parent 30308cc commit 7fd0860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ fi
466466
dnl Don't allow extended (non-ASCII) symbols in identifiers. This is easier for code review.
467467
AX_CHECK_COMPILE_FLAG([-fno-extended-identifiers], [CXXFLAGS="$CXXFLAGS -fno-extended-identifiers"], [], [$CXXFLAG_WERROR])
468468

469+
enable_arm_crc=no
470+
enable_arm_shani=no
469471
enable_sse42=no
470472
enable_sse41=no
471473
enable_avx2=no

0 commit comments

Comments
 (0)