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]