From: Roland Dreier Date: Tue, 3 Jul 2007 18:48:40 +0000 (-0700) Subject: Clean up NVALGRIND comment in config.h.in X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c80d235603c1ffef520def1fbbb3a0e166d139bf;p=~shefty%2Flibibverbs.git 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 --- 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