Skip to content

Commit b05d183

Browse files
naizhaopicnixz
andauthored
Update configure.ac
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent c11f348 commit b05d183

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

configure.ac

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7920,11 +7920,13 @@ AC_SUBST([LIBHACL_CFLAGS])
79207920
LIBHACL_LDFLAGS= # for now, no specific linker flags are needed
79217921
AC_SUBST([LIBHACL_LDFLAGS])
79227922

7923-
# Determine if the specific HACL* universal2 implementation should be used
7924-
use_hacl_universal2_impl=no
7923+
dnl Check if universal2 HACL* implementation should be used.
79257924
if test "$UNIVERSAL_ARCHS" = "universal2" -o \
7926-
\( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \); then
7925+
\( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \)
7926+
then
79277927
use_hacl_universal2_impl=yes
7928+
else
7929+
use_hacl_universal2_impl=no
79287930
fi
79297931

79307932
# The SIMD files use aligned_alloc, which is not available on older versions of

0 commit comments

Comments
 (0)