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

stefan.krah python-checkins at python.org
Mon Jun 7 15:57:50 CEST 2010


Author: stefan.krah
Date: Mon Jun  7 15:57:49 2010
New Revision: 81802

Log:
Test issue 8719. Will revert.




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 15:57:49 2010
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 81796 .
+# From configure.in Revision: 81797 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for python 3.2.
 #
@@ -8285,6 +8285,7 @@
 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 15:57:49 2010
@@ -2079,6 +2079,7 @@
 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