$OpenBSD: patch-configure,v 1.2 2007/11/25 22:16:21 jasper Exp $
--- configure.orig	Sun Nov 11 22:42:57 2007
+++ configure	Sun Nov 25 21:16:30 2007
@@ -731,8 +731,7 @@ stacksizelimit=`ulimit -s 2>/dev/null || :` # cygwin /
 # need 3 separate test calls because of "integer expression expected" errors
 # when $stacksizelimit is "" or "unlimited" (no short-circuiting!)
 set +e;
-test -z "$stacksizelimit" || { test "$stacksizelimit" != unlimited && test "$stacksizelimit" -lt ${STACK_LIMIT}; }
-STACK_TOO_SMALL=$?      # 0=true => need to reset; 1=false => big enough
+STACK_TOO_SMALL=0      # 0=true => need to reset; 1=false => big enough
 set -e
 
 cd $ABS_DIRNAME