Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
mutext ->
mutexes
     ^^
  • Loading branch information
kou committed Jun 24, 2013
1 parent aa96eba commit fa4a63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -298,10 +298,10 @@ AC_ARG_ENABLE(fast_mutexes,
[enable_fast_mutexes=auto])
if test "$enable_fast_mutexes" = "no"; then
AC_DEFINE(FORCE_FAST_MUTEX_DISABLED, [1],
[Define to 1 if force fast mutext disabled])
[Define to 1 if force fast mutexes disabled])
elif test "$enable_fast_mutexes" = "yes"; then
AC_DEFINE(MY_PTHREAD_FASTMUTEX, [1],
[Define to 1 if fast mutext enabled])
[Define to 1 if fast mutexes enabled])
fi

AC_ARG_ENABLE(dtrace,
Expand Down

0 comments on commit fa4a63e

Please sign in to comment.