[Python-checkins] r70586 - python/branches/multiprocessing-autoconf/configure

christian.heimes python-checkins at python.org
Tue Mar 24 23:24:40 CET 2009


Author: christian.heimes
Date: Tue Mar 24 23:24:39 2009
New Revision: 70586

Log:
Autoreconf run

Modified:
   python/branches/multiprocessing-autoconf/configure

Modified: python/branches/multiprocessing-autoconf/configure
==============================================================================
--- python/branches/multiprocessing-autoconf/configure	(original)
+++ python/branches/multiprocessing-autoconf/configure	Tue Mar 24 23:24:39 2009
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 70479 .
+# From configure.in Revision: 70585 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.7.
 #
@@ -25362,7 +25362,7 @@
 sed 's/^/| /' conftest.$ac_ext >&5
 
 	cat >>confdefs.h <<\_ACEOF
-#define HAVE_FD_TRANSFER 0.
+#define HAVE_FD_TRANSFER 0
 _ACEOF
 
   { echo "$as_me:$LINENO: result: no" >&5


More information about the Python-checkins mailing list