Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e117258

Browse files
committed
The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice.
1 parent 74416af commit e117258

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.in Revision: 1.368 .
2+
# From configure.in Revision: 1.369 .
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.53 for python 2.3.
55
#
@@ -9717,7 +9717,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext;;
97179717
esac
97189718
97199719
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
9720-
# However on SGI IRIX, these exist but are broken.
9720+
# However on SGI IRIX 4, these exist but are broken.
97219721
# BeOS' sockets are stashed in libnet.
97229722
case "$ac_sys_system" in
97239723
IRIX*) ;;

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ case "$ac_sys_system" in
11641164
esac
11651165

11661166
# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.
1167-
# However on SGI IRIX, these exist but are broken.
1167+
# However on SGI IRIX 4, these exist but are broken.
11681168
# BeOS' sockets are stashed in libnet.
11691169
case "$ac_sys_system" in
11701170
IRIX*) ;;

0 commit comments

Comments
 (0)