From: Martin v. Löwis Date: Tue, 4 Apr 2006 06:08:17 +0000 (+0000) Subject: Fix 43537, using quadrigraphs properly. X-Git-Tag: v2.4.4c1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6391e1935ca61ad5aa159237d15b14a10bd5d5f3;p=thirdparty%2FPython%2Fcpython.git Fix 43537, using quadrigraphs properly. --- diff --git a/configure b/configure index 32be6ed2e14c..fdc65debcc2f 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 43158 . +# From configure.in Revision: 43537 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for python 2.4. # @@ -1513,7 +1513,7 @@ case $ac_sys_system/$ac_sys_release in ;; # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # disables platform specific features beyond repair. - # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE + # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # has no effect, don't bother defineing them Darwin/[78].*) define_xopen_source=no diff --git a/configure.in b/configure.in index a520b82136ce..b6196e92d41c 100644 --- a/configure.in +++ b/configure.in @@ -175,7 +175,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 defineing them - Darwin/[78].*) + Darwin/@<:@78@:>@.*) define_xopen_source=no ;;