[build] Fix unportable test(1) operator

(thx Thomas Klausner)
This commit is contained in:
Glenn Strauss 2018-10-16 09:59:43 -04:00
parent c8136a66fe
commit 3d60d8535f
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ AC_ARG_WITH([wolfssl],
AC_MSG_RESULT([$WITH_WOLFSSL])
if test "$WITH_WOLFSSL" != no; then
if test "$WITH_WOLFSSL" == yes; then
if test "$WITH_WOLFSSL" = yes; then
WITH_WOLFSSL="/usr/local"
fi