summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-13 08:51:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-13 08:51:19 (GMT)
commite1172588e608858d26e9de328309fe924c16081c (patch)
treed05c81ab6d338a9e1127da3f9c3e8bfa60e6c627 /configure.in
parent74416af9dc7900d30c41a16d3b56cf4ea00ec137 (diff)
downloadcpython-e1172588e608858d26e9de328309fe924c16081c.zip
cpython-e1172588e608858d26e9de328309fe924c16081c.tar.gz
cpython-e1172588e608858d26e9de328309fe924c16081c.tar.bz2
The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 76061d1..5531360 100644
--- a/configure.in
+++ b/configure.in
@@ -1164,7 +1164,7 @@ case "$ac_sys_system" in
esac
# 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.
case "$ac_sys_system" in
IRIX*) ;;