summaryrefslogtreecommitdiff
path: root/m4/valgrind-tests.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/valgrind-tests.m4')
-rw-r--r--m4/valgrind-tests.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/valgrind-tests.m4 b/m4/valgrind-tests.m4
index 0157f7cb8f..5e8d1259e3 100644
--- a/m4/valgrind-tests.m4
+++ b/m4/valgrind-tests.m4
@@ -1,4 +1,4 @@
-# valgrind-tests.m4 serial 8
+# valgrind-tests.m4 serial 9
dnl Copyright (C) 2008-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,
@@ -37,7 +37,7 @@ AC_DEFUN([gl_VALGRIND_TESTS_DEFAULT_NO],
AC_DEFUN_ONCE([gl_VALGRIND_TESTS],
[
AC_ARG_ENABLE([valgrind-tests],
- AS_HELP_STRING([--disable-valgrind-tests],
+ AS_HELP_STRING([[--disable-valgrind-tests]],
[don't try to run self tests under valgrind]),
[opt_valgrind_tests=$enableval], [opt_valgrind_tests=${gl_valgrind_tests_default:-yes}])