Skip to content

Commit

Permalink
add lwolfssl to LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Mar 11, 2024
1 parent 710d7e5 commit 24fc9f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ if test ${HAVE_WOLFSSL} = "0" ; then
fi
fi

if test ${HAVE_WOLFSSL} = "1" ; then
LIBS="-lwolfssl ${LIBS}"
AC_DEFINE(HAVE_LIBWOLFSSL,[1],[libwolfssl was found and linked with])
fi

AC_CHECK_FUNCS([gethostbyname getaddrinfo gettimeofday inet_ntoa memset socket wc_ecc_set_rng])
AC_CHECK_DECLS([[pread],[pwrite]],,[unistd.h])

Expand Down

0 comments on commit 24fc9f0

Please sign in to comment.