[build] Fix unportable test(1) operator
(thx Thomas Klausner)
This commit is contained in:
parent
c8136a66fe
commit
3d60d8535f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue