From c80d235603c1ffef520def1fbbb3a0e166d139bf Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Tue, 3 Jul 2007 11:48:40 -0700 Subject: [PATCH] Clean up NVALGRIND comment in config.h.in Update configure.in so that the comment generated by autoheader for NVALGRIND in config.h.in is a complete sentence to match the style of the rest of the file. Signed-off-by: Roland Dreier --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c6eeb93..2b4cbb6 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_ARG_WITH([valgrind], [Enable Valgrind annotations (small runtime overhead, default NO)])) if test x$with_valgrind = x || test x$with_valgrind = xno; then want_valgrind=no - AC_DEFINE([NVALGRIND], 1, [disable Valgrind annotations]) + AC_DEFINE([NVALGRIND], 1, [Define to 1 to disable Valgrind annotations.]) else want_valgrind=yes if test -d $with_valgrind; then -- 2.41.0