]> granicus.if.org Git - python/commitdiff
The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 13 Nov 2002 08:51:19 +0000 (08:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 13 Nov 2002 08:51:19 +0000 (08:51 +0000)
configure
configure.in

index 2b8b404c71e77bf2de1496f6343a19faa106daf6..f6a8cce850530857605d9ae9facdec54b46032fc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.368 .
+# From configure.in Revision: 1.369 .
 # Guess values for system-dependent variables and create Makefiles.
 # 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
 
 # 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*) ;;
index 76061d142cf8a5c5ff4476cc1bbe3a9f8db34072..5531360d60314002c614b651424bbe7f6238fe86 100644 (file)
@@ -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*) ;;