From e827e78483bf2b04032936b94735c247e9160235 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 16 Jun 2016 17:19:10 +0200 Subject: [PATCH] configure: Fix typo in pthread_condattr_setclock() check --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 278714d6e..3c6132e5f 100644 --- a/configure.ac +++ b/configure.ac @@ -509,10 +509,10 @@ AC_COMPILE_IFELSE( [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 LIBS=$PTHREADLIB -AC_MSG_CHECKING([for pthread_condattr_setclock(CLOCK_MONOTONE)]) +AC_MSG_CHECKING([for pthread_condattr_setclock(CLOCK_MONOTONIC)]) AC_RUN_IFELSE( [AC_LANG_SOURCE( [[#include