Commit 776b1263 authored by Martin Lucina's avatar Martin Lucina

Fix typo

parent ab27f84b
...@@ -127,7 +127,7 @@ case "${host_os}" in ...@@ -127,7 +127,7 @@ case "${host_os}" in
AC_CHECK_LIB(rt, main) AC_CHECK_LIB(rt, main)
AC_CHECK_LIB(uuid, main, , AC_CHECK_LIB(uuid, main, ,
[AC_MSG_ERROR([cannot link with -luuid, install uuid-dev.])]) [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( AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
[[#include <atomic.h>]], [[#include <atomic.h>]],
[[uint32_t value; [[uint32_t value;
......
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