mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice.
This commit is contained in:
parent
74416af9dc
commit
e1172588e6
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 1.368 .
|
# From configure.in Revision: 1.369 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.53 for python 2.3.
|
# Generated by GNU Autoconf 2.53 for python 2.3.
|
||||||
#
|
#
|
||||||
|
@ -9717,7 +9717,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
|
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
|
||||||
# However on SGI IRIX, these exist but are broken.
|
# However on SGI IRIX 4, these exist but are broken.
|
||||||
# BeOS' sockets are stashed in libnet.
|
# BeOS' sockets are stashed in libnet.
|
||||||
case "$ac_sys_system" in
|
case "$ac_sys_system" in
|
||||||
IRIX*) ;;
|
IRIX*) ;;
|
||||||
|
|
|
@ -1164,7 +1164,7 @@ case "$ac_sys_system" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
|
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
|
||||||
# However on SGI IRIX, these exist but are broken.
|
# However on SGI IRIX 4, these exist but are broken.
|
||||||
# BeOS' sockets are stashed in libnet.
|
# BeOS' sockets are stashed in libnet.
|
||||||
case "$ac_sys_system" in
|
case "$ac_sys_system" in
|
||||||
IRIX*) ;;
|
IRIX*) ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue