From: Ronald Oussoren Date: Wed, 9 Aug 2006 14:56:33 +0000 (+0000) Subject: It's unlikely that future versions will require _POSIX_C_SOURCE X-Git-Tag: v2.5c1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c95f7569e875f609ceb7f07d24c09ace9c6111b0;p=thirdparty%2FPython%2Fcpython.git It's unlikely that future versions will require _POSIX_C_SOURCE --- diff --git a/configure b/configure index ccdf62eb3e7b..8da9b5e71d2a 100755 --- a/configure +++ b/configure @@ -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 54cd3c1b5886..542463e605d8 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 ;;