
python-checkins at python
Nov 16, 2008, 9:57 AM
Post #1 of 1
(237 views)
Permalink
|
|
r67236 - python/branches/release25-maint/configure
|
|
Author: benjamin.peterson Date: Sun Nov 16 18:57:31 2008 New Revision: 67236 Log: regenerate configure Modified: python/branches/release25-maint/configure Modified: python/branches/release25-maint/configure ============================================================================== --- python/branches/release25-maint/configure (original) +++ python/branches/release25-maint/configure Sun Nov 16 18:57:31 2008 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 66299 . +# From configure.in Revision: 67228 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.5. # @@ -2017,7 +2017,7 @@ # Defining _XOPEN_SOURCE on NetBSD version prior to the introduction of # _NETBSD_SOURCE disables certain features (eg. setgroups). Reported by # Marc Recht - NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6A-S) + NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6[A-S]) define_xopen_source=no;; # On Solaris 2.6, sys/wait.h is inconsistent in the usage # of union __?sigval. Reported by Stuart Bishop. _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|