configure: Fix typo in pthread_condattr_setclock() check

This commit is contained in:
Tobias Brunner 2016-06-16 17:19:10 +02:00
parent 9e01d7ca32
commit e827e78483
1 changed files with 2 additions and 2 deletions

View File

@ -509,10 +509,10 @@ AC_COMPILE_IFELSE(
[AC_MSG_RESULT([no])] [AC_MSG_RESULT([no])]
) )
# check if pthread_condattr_setclock(CLOCK_MONOTONE) is supported # check if pthread_condattr_setclock(CLOCK_MONOTONIC) is supported
saved_LIBS=$LIBS saved_LIBS=$LIBS
LIBS=$PTHREADLIB LIBS=$PTHREADLIB
AC_MSG_CHECKING([for pthread_condattr_setclock(CLOCK_MONOTONE)]) AC_MSG_CHECKING([for pthread_condattr_setclock(CLOCK_MONOTONIC)])
AC_RUN_IFELSE( AC_RUN_IFELSE(
[AC_LANG_SOURCE( [AC_LANG_SOURCE(
[[#include <pthread.h> [[#include <pthread.h>