aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:40 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:40 -0700
commitc80d235603c1ffef520def1fbbb3a0e166d139bf (patch)
tree3203bfcdcb7896aea190d3d9eeca29acf2223edb
parent0e760c7010bd757db265609b48e0176f669f8471 (diff)
downloadlibibverbs-c80d235603c1ffef520def1fbbb3a0e166d139bf.tar.gz
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 <rolandd@cisco.com>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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