diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-03-08 18:21:19 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-03-08 18:21:19 (GMT) |
commit | 668907df504ca83a2eac72ea1adc930599836d2b (patch) | |
tree | 54896c330c2b328a9a706ea1c377f0b5c528da4a /configure.in | |
parent | 59f3def33b32993127d9512694dc01a190dffb8f (diff) | |
download | cpython-668907df504ca83a2eac72ea1adc930599836d2b.zip cpython-668907df504ca83a2eac72ea1adc930599836d2b.tar.gz cpython-668907df504ca83a2eac72ea1adc930599836d2b.tar.bz2 |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e6417e5..84035de 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 |