fixed lock-profiler help message

This commit is contained in:
Martin Willi
2008-11-19 15:37:46 +00:00
parent 3aaf7908d1
commit fc3ef71fa7
+1 -1
View File
@@ -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]