From d7e5b604f59805c8db10df832332adb9e963ffd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es?= Date: Wed, 16 Apr 2014 18:18:28 -0300 Subject: [PATCH] removing NO_CYASSL_SMALL_STACK from configure --- configure.ac | 2 -- 1 file changed, 2 deletions(-) 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