Commit e9112215 authored by unknown's avatar unknown

configure.in:

  Change comment for fast-mutex


configure.in:
  Change comment for fast-mutex
parent 3e38e211
...@@ -1591,7 +1591,7 @@ if test "$with_debug" = "no" ...@@ -1591,7 +1591,7 @@ if test "$with_debug" = "no"
then then
AC_ARG_WITH([fast-mutexes], AC_ARG_WITH([fast-mutexes],
AC_HELP_STRING([--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]) [with_fast_mutexes=$withval], [with_fast_mutexes=no])
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment