From: Tobias Brunner Date: Thu, 16 Jun 2016 15:19:10 +0000 (+0200) Subject: configure: Fix typo in pthread_condattr_setclock() check X-Git-Tag: 5.5.0dr1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e827e78483bf2b04032936b94735c247e9160235;p=thirdparty%2Fstrongswan.git configure: Fix typo in pthread_condattr_setclock() check --- diff --git a/configure.ac b/configure.ac index 278714d6e4..3c6132e5f6 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