* m4/valgrind-helper.m4: Unconditionally set support_valgrind.
+2023-11-25 Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>
+
+ jit/cache: Fix configure error.
+ * m4/valgrind-helper.m4: Unconditionally set support_valgrind.
+
2023-11-24 Bruno Haible <bruno@clisp.org>
floorf, ceilf tests: Strengthen against compiler optimizations.
-# valgrind-helper.m4 serial 2
+# valgrind-helper.m4 serial 3
dnl Copyright (C) 2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
else
support_valgrind=0
fi
- ])
+ ],
+ [support_valgrind=0])
if test $support_valgrind = 1; then
AC_CHECK_HEADERS([valgrind/valgrind.h])
if test $ac_cv_header_valgrind_valgrind_h != yes; then