fixed lock-profiler help message
This commit is contained in:
+1
-1
@@ -379,7 +379,7 @@ AC_ARG_ENABLE(
|
|||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
[lock-profiler],
|
[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
|
[if test x$enableval = xyes; then
|
||||||
lock_profiler=true
|
lock_profiler=true
|
||||||
fi]
|
fi]
|
||||||
|
|||||||
Reference in New Issue
Block a user