account for yes/no options

This commit is contained in:
JacobBarthelmeh
2024-05-29 15:59:51 -06:00
parent 6cca3a0d92
commit 511c403631

View File

@@ -8073,6 +8073,10 @@ AC_ARG_ENABLE([staticmemory],
for v in `echo $ENABLED_STATICMEMORY | tr "," " "`
do
case $v in
yes)
;;
no)
;;
small)
ENABLED_STATICMEMORY=yes
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_LEAN_STATIC_MEMORY"