]> granicus.if.org Git - python/commitdiff
Revert 43615, fixing it properly through quadrigraphs.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Apr 2006 06:03:50 +0000 (06:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Apr 2006 06:03:50 +0000 (06:03 +0000)
Apparently, the code in #1416559 was not generated
through invoking autoconf.

configure
configure.in

index 205a75bb33bc11a5b4281954da0aae78ba637aa8..e65c85b4eee8fe36cf3a4f5265a589840818164a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 43604 .
+# From configure.in Revision: 43615 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for python 2.5.
 #
@@ -1511,18 +1511,14 @@ case $ac_sys_system/$ac_sys_release in
       define_xopen_source=no
     fi
     ;;
-  # XXX(nnorwitz): the 2 cases below should be Darwin/[78].*,
-  # but autoconf seems to convert that to Darwin/78.* which is incorrect.
-  # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
-  # has no effect, don't bother defining them.
-  Darwin/7.*)
-    define_xopen_source=no
-    ;;
   # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
   # disables platform specific features beyond repair.
-  Darwin/8.*)
+  # 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
     ;;
+
 esac
 
 if test $define_xopen_source = yes
index 4fb6cea765e2b86526b3288766c24e5edc1d3ca2..2f4df3f2126344dd4a1ac9407e3697c6d240377a 100644 (file)
@@ -171,18 +171,14 @@ case $ac_sys_system/$ac_sys_release in
       define_xopen_source=no
     fi
     ;;
-  # XXX(nnorwitz): the 2 cases below should be Darwin/[78].*, 
-  # but autoconf seems to convert that to Darwin/78.* which is incorrect.
-  # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE 
-  # has no effect, don't bother defining them.
-  Darwin/7.*)
-    define_xopen_source=no
-    ;;
   # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
   # disables platform specific features beyond repair.
-  Darwin/8.*)
+  # 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
     ;;
+
 esac
 
 if test $define_xopen_source = yes