We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1694b7f + 3954458 commit efe562cCopy full SHA for efe562c
configure.ac
@@ -95,7 +95,9 @@ AC_ARG_WITH(wolfssl,
95
if test "x$withval" != "xno" ; then
96
if test -d "${withval}/lib" && test -d "${withval}/include"; then
97
wcpath=${withval}
98
+ LDFLAGS="$LDFLAGS -L${wcpath}/lib"
99
AM_LDFLAGS="$AM_LDFLAGS -L${wcpath}/lib"
100
+ CPPFLAGS="$CPPFLAGS -I${wcpath}/include"
101
AM_CPPFLAGS="$AM_CPPFLAGS -I${wcpath}/include"
102
else
103
AC_MSG_ERROR([wolfSSL path error (${withval}): missing lib and include])
0 commit comments