commit | 92fb9410a833953ef70305b6b23ff74a58302e6f | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Mar 09 06:40:19 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Mar 09 06:40:19 2010 +0000 |
tree | 0731857cab1ea746f81afe80e9e2ce6ff3547ee6 | |
parent | 75ad1fc08975c2d5a3732d5304d728771df63525 [diff] [blame] |
Bugfix for the fix for issue 8067
diff --git a/configure.in b/configure.in index b1450af..d1f3a5e 100644 --- a/configure.in +++ b/configure.in
@@ -319,7 +319,7 @@ # 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