]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix 43537, using quadrigraphs properly.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Apr 2006 06:08:17 +0000 (06:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Apr 2006 06:08:17 +0000 (06:08 +0000)
configure
configure.in

index 32be6ed2e14c392462a804a12fbd24d9eb94b267..fdc65debcc2f304b1c6d9cee141f77437b7c1d4f 100755 (executable)
--- 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
index a520b82136ce157b6c2689e4610811b8933c6ec5..b6196e92d41ce679d34e4bed32c5db3e5a5415fe 100644 (file)
@@ -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
     ;;