diff options
author | unknown <vtkachenko@quadxeon.mysql.com> | 2006-03-06 14:25:18 +0100 |
---|---|---|
committer | unknown <vtkachenko@quadxeon.mysql.com> | 2006-03-06 14:25:18 +0100 |
commit | a36af20a0622d0659492ec9ad59dc1c2a0cc0936 (patch) | |
tree | 75052abc8e4d75d47636ebc08b4dbc5bf8554f88 /configure.in | |
parent | 7b8f4fc6f1c7680e7cf07c713bfd07dd26d50db9 (diff) | |
download | mariadb-git-a36af20a0622d0659492ec9ad59dc1c2a0cc0936.tar.gz |
configure.in:
Change comment for fast-mutex
configure.in:
Change comment for fast-mutex
Diffstat (limited to 'configure.in')
-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 |