]> granicus.if.org Git - python/commitdiff
Daniel Larsson discovered another cut-n-paste bug in the Olimit story...
authorGuido van Rossum <guido@python.org>
Thu, 23 Oct 1997 17:43:11 +0000 (17:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Oct 1997 17:43:11 +0000 (17:43 +0000)
configure
configure.in

index 6573f4ae4b8d5a516d2f98aae022dcd972b16489..a79ce5bc5a51063531e9814363b25d43d0e970b0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.69 
+# From configure.in Revision: 1.70 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.12 
@@ -1168,7 +1168,7 @@ CC="$ac_save_cc"
 fi
 
 echo "$ac_t""$ac_cv_opt_olimit_ok" 1>&6
-if test $ac_cv_olimit_ok = yes; then
+if test $ac_cv_opt_olimit_ok = yes; then
   OPT="$OPT -OPT:Olimit=0"
 fi
 
index 0048e1c23940d3a0d59d2c827405488df9c27d8f..1e566858ac135533342d010c7a982b63e1b5891e 100644 (file)
@@ -202,7 +202,7 @@ AC_TRY_RUN([int main() { return 0; }],
   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