diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 46dd8317def..8d1fcf70461 100644 --- a/configure.in +++ b/configure.in @@ -1591,7 +1591,7 @@ if test "$with_debug" = "no" then AC_ARG_WITH([fast-mutexes], AC_HELP_STRING([--with-fast-mutexes], - [compile with fast mutexes (default is enabled)]), + [Compile with fast mutexes (default is disabled)]), [with_fast_mutexes=$withval], [with_fast_mutexes=no]) fi |