[Python-checkins] r51173 - python/trunk/configure python/trunk/configure.in

ronald.oussoren python-checkins at python.org
Wed Aug 9 16:56:34 CEST 2006


Author: ronald.oussoren
Date: Wed Aug  9 16:56:33 2006
New Revision: 51173

Modified:
   python/trunk/configure
   python/trunk/configure.in
Log:
It's unlikely that future versions will require _POSIX_C_SOURCE


Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure	(original)
+++ python/trunk/configure	Wed Aug  9 16:56:33 2006
@@ -1588,7 +1588,7 @@
   # disables platform specific features beyond repair.
   # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
   # has no effect, don't bother defining them
-  Darwin/[78].*)
+  Darwin/[789].*)
     define_xopen_source=no
     ;;
 

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Wed Aug  9 16:56:33 2006
@@ -236,7 +236,7 @@
   # disables platform specific features beyond repair.
   # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE 
   # has no effect, don't bother defining them
-  Darwin/@<:@78@:>@.*)
+  Darwin/@<:@789@:>@.*)
     define_xopen_source=no
     ;;
 


More information about the Python-checkins mailing list