mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
configure.in:
Change comment for fast-mutex
This commit is contained in:
parent
9ae37a54f2
commit
8c8d7b809b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue