[Python-checkins] r43618 - python/branches/release24-maint/configure python/branches/release24-maint/configure.in

martin.v.loewis python-checkins at python.org
Tue Apr 4 08:08:18 CEST 2006


Author: martin.v.loewis
Date: Tue Apr  4 08:08:17 2006
New Revision: 43618

Modified:
   python/branches/release24-maint/configure
   python/branches/release24-maint/configure.in
Log:
Fix 43537, using quadrigraphs properly.


Modified: python/branches/release24-maint/configure
==============================================================================
--- python/branches/release24-maint/configure	(original)
+++ python/branches/release24-maint/configure	Tue Apr  4 08:08:17 2006
@@ -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 @@
     ;;
   # 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

Modified: python/branches/release24-maint/configure.in
==============================================================================
--- python/branches/release24-maint/configure.in	(original)
+++ python/branches/release24-maint/configure.in	Tue Apr  4 08:08:17 2006
@@ -175,7 +175,7 @@
   # 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
     ;;
 


More information about the Python-checkins mailing list