Kaydet (Commit) 668907df authored tarafından Ronald Oussoren's avatar Ronald Oussoren

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.
üst 59f3def3
#! /bin/sh #! /bin/sh
# From configure.in Revision: 78471 . # From configure.in Revision: 78781 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.6. # Generated by GNU Autoconf 2.61 for python 2.6.
# #
...@@ -2166,7 +2166,7 @@ _ACEOF ...@@ -2166,7 +2166,7 @@ _ACEOF
# has no effect, don't bother defining them # has no effect, don't bother defining them
Darwin/[6789].*) Darwin/[6789].*)
define_xopen_source=no;; define_xopen_source=no;;
Darwin/1[6789].*) Darwin/1[0-9].*)
define_xopen_source=no;; define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but # 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 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
......
...@@ -324,7 +324,7 @@ case $ac_sys_system/$ac_sys_release in ...@@ -324,7 +324,7 @@ case $ac_sys_system/$ac_sys_release in
# has no effect, don't bother defining them # has no effect, don't bother defining them
Darwin/@<:@6789@:>@.*) Darwin/@<:@6789@:>@.*)
define_xopen_source=no;; define_xopen_source=no;;
Darwin/1@<:@6789@:>@.*) Darwin/1@<:@0-9@:>@.*)
define_xopen_source=no;; define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but # 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 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment