diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-18 19:27:35 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-18 19:27:35 +0100 |
commit | 776b12633981fd95050e138daeeba00a65d9532b (patch) | |
tree | e2b5aafdda98020b8bb6253e9fe23f798f1624dd | |
parent | ab27f84b14a317d78a9dd145ef5c82e0ef88f583 (diff) |
Fix typo
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index da7f0b1..314372a 100644 --- a/configure.in +++ b/configure.in @@ -127,7 +127,7 @@ case "${host_os}" in AC_CHECK_LIB(rt, main) AC_CHECK_LIB(uuid, main, , [AC_MSG_ERROR([cannot link with -luuid, install uuid-dev.])]) - AC_MSG_CHECKING([wheter atomic operations can be used]) + AC_MSG_CHECKING([whether atomic operations can be used]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include <atomic.h>]], [[uint32_t value; |