removing NO_CYASSL_SMALL_STACK from configure

This commit is contained in:
Moisés Guimarães
2014-04-16 18:18:28 -03:00
parent ac56927e20
commit d7e5b604f5

View File

@@ -1344,8 +1344,6 @@ AC_ARG_ENABLE([smallstack],
if test "x$ENABLED_SMALL_STACK" = "xyes" if test "x$ENABLED_SMALL_STACK" = "xyes"
then then
AM_CFLAGS="$AM_CFLAGS -DCYASSL_SMALL_STACK" AM_CFLAGS="$AM_CFLAGS -DCYASSL_SMALL_STACK"
else
AM_CFLAGS="$AM_CFLAGS -DNO_CYASSL_SMALL_STACK"
fi fi