aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:02 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:02 -0700
commite051043771573066eccd0330c5a9e5182535b1b3 (patch)
tree1109e21c29c6aa094b04968eebe783bfd9a9da3a
parent95b1a9cfa40aeac27fd4a74b2accdc40d4281537 (diff)
downloadlibmthca-e051043771573066eccd0330c5a9e5182535b1b3.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 cf1f572..1fc4a03 100644
--- a/configure.in
+++ b/configure.in
@@ -13,7 +13,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