Check for pthreads before cpprest

This commit is contained in:
Monty Taylor 2019-02-09 18:24:46 +00:00
parent 486397aa29
commit eeafe3e926
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,6 @@ LT_LANG([C++])
gl_VISIBILITY gl_VISIBILITY
AX_ASSERT AX_ASSERT
PANDORA_REQUIRE_LIBCPPREST
AS_IF([test "x${pandora_cv_skip_requires}" != "xno"],[ AS_IF([test "x${pandora_cv_skip_requires}" != "xno"],[
@ -74,6 +73,8 @@ AX_PTHREAD([
LIBS="${PTHREAD_LIBS} ${LIBS}" LIBS="${PTHREAD_LIBS} ${LIBS}"
], [AC_MSG_ERROR([zuul-preview requires pthreads])]) ], [AC_MSG_ERROR([zuul-preview requires pthreads])])
PANDORA_REQUIRE_LIBCPPREST
######################################################################### #########################################################################
AS_IF([test "$lt_cv_prog_gnu_ld" = "yes"],[ AS_IF([test "$lt_cv_prog_gnu_ld" = "yes"],[