]> granicus.if.org Git - python/commitdiff
Bugfix for the fix for issue 8067
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 9 Mar 2010 06:40:19 +0000 (06:40 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 9 Mar 2010 06:40:19 +0000 (06:40 +0000)
configure
configure.in

index 8f10758c0a68f87d00961e1c311005d2b23f5c56..bcb8205cbb9aec4b10086d5e5ad429a274fc7e3a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 78476 .
+# From configure.in Revision: 78782 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 3.2.
 #
@@ -2154,7 +2154,7 @@ _ACEOF
   # has no effect, don't bother defining them
   Darwin/[6789].*)
     define_xopen_source=no;;
-  Darwin/1[6789].*)
+  Darwin/1[0-9].*)
     define_xopen_source=no;;
   # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
   # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
index b1450afa63f352aa5f9df057d96ddb0d9a42b813..d1f3a5e3eb18a38a135c2ae3483f76d5f5e3eb74 100644 (file)
@@ -319,7 +319,7 @@ case $ac_sys_system/$ac_sys_release in
   # has no effect, don't bother defining them
   Darwin/@<:@6789@:>@.*)
     define_xopen_source=no;;
-  Darwin/1@<:@6789@:>@.*)
+  Darwin/1@<:@0-9@:>@.*)
     define_xopen_source=no;;
   # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
   # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined