You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
350 B

  1. --- a/m4macros/ax_crypto.m4
  2. +++ b/m4macros/ax_crypto.m4
  3. @@ -330,7 +330,7 @@ EOF
  4. dnl Check availability of SHA-2
  5. AC_MSG_CHECKING([support of SHA-2])
  6. LIBS_SAVED=${LIBS}
  7. - LIBS="$LIBS $CRYPTO_LIBS"
  8. + LIBS="$LIBS $CRYPTO_LIBS -lpthread"
  9. CPPFLAGS_SAVED=${CPPFLAGS}
  10. CPPFLAGS="$CRYPTO_INCLUDES $CPPFLAGS"
  11. AC_LINK_IFELSE(