From: Paul Floyd Date: Thu, 11 Sep 2025 05:22:58 +0000 (+0200) Subject: configure: forgot the makefile that uses HAVE_CONSTEXPR_IF X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb70453688f869ea553fe3ad4dd4adc0194d25b4;p=thirdparty%2Fvalgrind.git configure: forgot the makefile that uses HAVE_CONSTEXPR_IF --- diff --git a/none/tests/arm64/Makefile.am b/none/tests/arm64/Makefile.am index 95a74e2b8..4fa101d77 100644 --- a/none/tests/arm64/Makefile.am +++ b/none/tests/arm64/Makefile.am @@ -55,7 +55,7 @@ if HAVE_SHA3 check_PROGRAMS += sha512_v82 endif -if HAVE_CXX17 +if HAVE_CONSTEXPR_IF check_PROGRAMS += fcvta_s_u frinta_frintn endif