[Python-checkins] r81803 - in python/branches/py3k-cdecimal: configure configure.in

stefan.krah python-checkins at python.org
Mon Jun 7 18:04:54 CEST 2010


Author: stefan.krah
Date: Mon Jun  7 18:04:54 2010
New Revision: 81803

Log:
Revert commit for testing issue 8719.

Modified:
   python/branches/py3k-cdecimal/configure
   python/branches/py3k-cdecimal/configure.in

Modified: python/branches/py3k-cdecimal/configure
==============================================================================
--- python/branches/py3k-cdecimal/configure	(original)
+++ python/branches/py3k-cdecimal/configure	Mon Jun  7 18:04:54 2010
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 81797 .
+# From configure.in Revision: 81802 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for python 3.2.
 #
@@ -8285,7 +8285,6 @@
 if test -z "$with_threads"
 then with_threads="yes"
 fi
-with_threads="no"
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_threads" >&5
 $as_echo "$with_threads" >&6; }
 

Modified: python/branches/py3k-cdecimal/configure.in
==============================================================================
--- python/branches/py3k-cdecimal/configure.in	(original)
+++ python/branches/py3k-cdecimal/configure.in	Mon Jun  7 18:04:54 2010
@@ -2079,7 +2079,6 @@
 if test -z "$with_threads"
 then with_threads="yes"
 fi
-with_threads="no"
 AC_MSG_RESULT($with_threads)
 
 AC_SUBST(THREADOBJ)


More information about the Python-checkins mailing list