diff --git a/configure.ac b/configure.ac index 63c890002..7b48aaa67 100644 --- a/configure.ac +++ b/configure.ac @@ -1344,8 +1344,6 @@ AC_ARG_ENABLE([smallstack], if test "x$ENABLED_SMALL_STACK" = "xyes" then AM_CFLAGS="$AM_CFLAGS -DCYASSL_SMALL_STACK" -else - AM_CFLAGS="$AM_CFLAGS -DNO_CYASSL_SMALL_STACK" fi