From fc3ef71fa777d6cd59174adb0a329cc30ea6d0ca Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 19 Nov 2008 15:37:46 +0000 Subject: [PATCH] fixed lock-profiler help message --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ba04f1b13..997d7ace7 100644 --- a/configure.in +++ b/configure.in @@ -379,7 +379,7 @@ AC_ARG_ENABLE( AC_ARG_ENABLE( [lock-profiler], - AS_HELP_STRING([--enable-lock-profiling],[enable lock/mutex profiling code (default is NO).]), + AS_HELP_STRING([--enable-lock-profiler],[enable lock/mutex profiling code (default is NO).]), [if test x$enableval = xyes; then lock_profiler=true fi]