]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
It's unlikely that future versions will require _POSIX_C_SOURCE
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 9 Aug 2006 14:56:33 +0000 (14:56 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 9 Aug 2006 14:56:33 +0000 (14:56 +0000)
configure
configure.in

index ccdf62eb3e7b9dbdc6a0e87913ee9836409f170d..8da9b5e71d2aa79ddc04e8f7fe7f521d640ad33b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1588,7 +1588,7 @@ case $ac_sys_system/$ac_sys_release in
   # 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
     ;;
 
index 54cd3c1b5886819132b89a87f3236197e68521d6..542463e605d837943f38a7ad64b21b37cb90ae34 100644 (file)
@@ -236,7 +236,7 @@ case $ac_sys_system/$ac_sys_release in
   # 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
     ;;