Daniel Larsson discovered another cut-n-paste bug in the Olimit story...
diff --git a/configure.in b/configure.in
index 0048e1c..1e56685 100644
--- a/configure.in
+++ b/configure.in
@@ -202,7 +202,7 @@
   ac_cv_opt_olimit_ok=no)
 CC="$ac_save_cc"])
 AC_MSG_RESULT($ac_cv_opt_olimit_ok)
-if test $ac_cv_olimit_ok = yes; then
+if test $ac_cv_opt_olimit_ok = yes; then
   OPT="$OPT -OPT:Olimit=0"
 fi