]> granicus.if.org Git - python/commitdiff
Disable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2003 18:43:31 +0000 (18:43 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2003 18:43:31 +0000 (18:43 +0000)
configure
configure.in

index a005779b243bc62fb5fc8445d17b179db76defdc..5f2c5045b16f4fdb1c077be55ad2d8b3865da2ae 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.395 .
+# From configure.in Revision: 1.396 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -1341,6 +1341,10 @@ case $ac_sys_system/$ac_sys_release in
   # even though select is a POSIX function. Reported by J. Ribbens.
   OpenBSD/2.* | OpenBSD/3.[012])
     define_xopen_source=no;;
+  # On Solaris 2.6, sys/wait.h is inconsistent in the usage
+  # of union __?sigval. Reported by Stuart Bishop.
+  SunOS/5.6)
+    define_xopen_source=no;;
 esac
 
 if test $define_xopen_source = yes
index 586e60ad83b268dd2bba7ef7a0a7dc23028aa8d7..ed1ee952780e6e684c7da950700bdad09b7d5695 100644 (file)
@@ -120,6 +120,10 @@ case $ac_sys_system/$ac_sys_release in
   # even though select is a POSIX function. Reported by J. Ribbens.
   OpenBSD/2.* | OpenBSD/3.@<:@012@:>@) 
     define_xopen_source=no;;
+  # On Solaris 2.6, sys/wait.h is inconsistent in the usage
+  # of union __?sigval. Reported by Stuart Bishop.
+  SunOS/5.6)
+    define_xopen_source=no;;
 esac
 
 if test $define_xopen_source = yes