Skip to content

Commit f55703b

Browse files
committed
autotools: Delete unneeded compiler test
This change makes both Autotools and CMake build systems consistent.
1 parent 396e885 commit f55703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ if test x"$enable_ctime_tests" = x"auto"; then
248248
fi
249249

250250
print_msan_notice=no
251-
if test x"$enable_ctime_tests" = x"yes" && test x"$GCC" = x"yes"; then
251+
if test x"$enable_ctime_tests" = x"yes"; then
252252
SECP_MSAN_CHECK
253253
# MSan on Clang >=16 reports unitialized memory in function parameters and return values, even if
254254
# the uninitalized variable is never actually "used". This is called "eager" checking, and it's

0 commit comments

Comments
 (0)