[Python-3000-checkins] r63646 - in python/branches/py3k: configure pyconfig.h.in

christian.heimes python-3000-checkins at python.org
Sun May 25 20:05:30 CEST 2008


Author: christian.heimes
Date: Sun May 25 20:05:30 2008
New Revision: 63646

Log:
autoreconf run

Modified:
   python/branches/py3k/configure
   python/branches/py3k/pyconfig.h.in

Modified: python/branches/py3k/configure
==============================================================================
--- python/branches/py3k/configure	(original)
+++ python/branches/py3k/configure	Sun May 25 20:05:30 2008
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 62716 .
+# From configure.in Revision: 63205 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 3.0.
 #

Modified: python/branches/py3k/pyconfig.h.in
==============================================================================
--- python/branches/py3k/pyconfig.h.in	(original)
+++ python/branches/py3k/pyconfig.h.in	Sun May 25 20:05:30 2008
@@ -936,9 +936,6 @@
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
-/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
-#undef USE_TOOLBOX_OBJECT_GLUE
-
 /* Define if a va_list is an array of some kind */
 #undef VA_LIST_IS_ARRAY
 


More information about the Python-3000-checkins mailing list