From: Ronald Oussoren Date: Mon, 8 Mar 2010 18:21:19 +0000 (+0000) Subject: I shall not rush commits.... X-Git-Tag: v2.6.5rc2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=668907df504ca83a2eac72ea1adc930599836d2b;p=thirdparty%2FPython%2Fcpython.git I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... This actually fixes issue 8067, previous commit for this issue was broken. --- diff --git a/configure b/configure index ab911ffec524..713c1abf5008 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 78471 . +# From configure.in Revision: 78781 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.6. # @@ -2166,7 +2166,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 diff --git a/configure.in b/configure.in index e6417e5c0bce..84035de4b4e2 100644 --- a/configure.in +++ b/configure.in @@ -324,7 +324,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