Merge branch 'master' into ti

This commit is contained in:
toddouska
2014-05-12 09:40:26 -07:00

View File

@@ -1356,9 +1356,9 @@ fi
# Small Stack # Small Stack
AC_ARG_ENABLE([smallstack], AC_ARG_ENABLE([smallstack],
[ --enable-smallstack Enable Small Stack Usage (default: enabled)], [ --enable-smallstack Enable Small Stack Usage (default: disabled)],
[ ENABLED_SMALL_STACK=$enableval ], [ ENABLED_SMALL_STACK=$enableval ],
[ ENABLED_SMALL_STACK=yes ] [ ENABLED_SMALL_STACK=no ]
) )
if test "x$ENABLED_SMALL_STACK" = "xyes" if test "x$ENABLED_SMALL_STACK" = "xyes"