]> git.openfabrics.org - ~shefty/libmlx4.git/commitdiff
Clean up NVALGRIND comment in config.h.in
authorRoland Dreier <rolandd@cisco.com>
Tue, 3 Jul 2007 18:48:14 +0000 (11:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 3 Jul 2007 18:48:14 +0000 (11:48 -0700)
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>
configure.in

index fbc8762e9f03eb23b45f2d370cec1c51521ef3c7..1c5e8e2827ac2509ac17d136dce173989c5cbe18 100644 (file)
@@ -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