Skip to content

Commit

Permalink
removing NO_CYASSL_SMALL_STACK from configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisés Guimarães committed Apr 16, 2014
1 parent ac56927 commit d7e5b60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d7e5b60

Please sign in to comment.