aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:14 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-03 11:48:14 -0700
commit6368315dc2bde00a533e64b984a8cd5b739aedcd (patch)
tree3dc58374006c392655ee1873793017b421c09a14
parent040743fb06cf2abf9f302ee6f5870fd3fe944868 (diff)
downloadlibmlx4-6368315dc2bde00a533e64b984a8cd5b739aedcd.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 fbc8762..1c5e8e2 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