diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-08-09 14:56:33 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-08-09 14:56:33 (GMT) |
commit | c95f7569e875f609ceb7f07d24c09ace9c6111b0 (patch) | |
tree | b238e09de3ffd5a21f733120a1371bb2384ba288 | |
parent | 51fc8c456e9bbb97f42c6990e40019cd4a5eb615 (diff) | |
download | cpython-c95f7569e875f609ceb7f07d24c09ace9c6111b0.zip cpython-c95f7569e875f609ceb7f07d24c09ace9c6111b0.tar.gz cpython-c95f7569e875f609ceb7f07d24c09ace9c6111b0.tar.bz2 |
It's unlikely that future versions will require _POSIX_C_SOURCE
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1588,7 +1588,7 @@ case $ac_sys_system/$ac_sys_release in # disables platform specific features beyond repair. # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # has no effect, don't bother defining them - Darwin/[78].*) + Darwin/[789].*) define_xopen_source=no ;; diff --git a/configure.in b/configure.in index 54cd3c1..542463e 100644 --- a/configure.in +++ b/configure.in @@ -236,7 +236,7 @@ case $ac_sys_system/$ac_sys_release in # disables platform specific features beyond repair. # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # has no effect, don't bother defining them - Darwin/@<:@78@:>@.*) + Darwin/@<:@789@:>@.*) define_xopen_source=no ;; |