diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-05-07 19:14:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-05-07 19:14:14 (GMT) |
commit | 253d1f445bcd0cbd5a2c47e1559bf1c09da50d89 (patch) | |
tree | 74b6338fa72a87b3d94d8c352f213d09fbee8338 /configure | |
parent | 7d9c6c7e8c1e381de7e96989c1332cf98d766f3a (diff) | |
download | cpython-253d1f445bcd0cbd5a2c47e1559bf1c09da50d89.zip cpython-253d1f445bcd0cbd5a2c47e1559bf1c09da50d89.tar.gz cpython-253d1f445bcd0cbd5a2c47e1559bf1c09da50d89.tar.bz2 |
Record UnixWare 7.1.4 as broken. Fixes #929689.
Backported to 2.3.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.453 . +# From configure.in Revision: 1.454 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for python 2.4. # @@ -1442,7 +1442,7 @@ case $ac_sys_system/$ac_sys_release in define_xopen_source=no;; # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE, # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice. - OpenUNIX/8.0.0| UnixWare/7.1.[0-3]) + OpenUNIX/8.0.0| UnixWare/7.1.[0-4]) define_xopen_source=no;; # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE, # but used in struct sockaddr.sa_family. Reported by Tim Rice. |