Tcl Source Code

Artifact [a9680fdd7c]
Login

Artifact a9680fdd7c5fca38531effc3ed645621ded5560e:

Attachment "713128.patch" to ticket [713128ffff] added by dgp 2003-04-01 13:27:33.
Index: unix/configure.in
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/configure.in,v
retrieving revision 1.108
diff -u -r1.108 configure.in
--- unix/configure.in	13 Mar 2003 10:39:58 -0000	1.108
+++ unix/configure.in	1 Apr 2003 06:06:04 -0000
@@ -6,7 +6,7 @@
 # RCS: @(#) $Id: configure.in,v 1.108 2003/03/13 10:39:58 mdejong Exp $
 
 AC_INIT(../generic/tcl.h)
-AC_PREREQ(2.57)
+AC_PREREQ(2.52)
 
 TCL_VERSION=8.5
 TCL_MAJOR_VERSION=8
Index: unix/tcl.m4
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/tcl.m4,v
retrieving revision 1.99
diff -u -r1.99 tcl.m4
--- unix/tcl.m4	28 Mar 2003 00:13:26 -0000	1.99
+++ unix/tcl.m4	1 Apr 2003 06:06:24 -0000
@@ -2342,7 +2342,7 @@
     # even if the network functions are in -lnet which is always linked 
     # to, for compatibility.
     #--------------------------------------------------------------------
-    AC_CHECK_LIB(bind, inet_ntoa, [LIBS="$LIBS -lbind -lsocket"])
+    #AC_CHECK_LIB(bind, inet_ntoa, [LIBS="$LIBS -lbind -lsocket"])
 
     # Don't perform the eval of the libraries here because DL_LIBS
     # won't be set until we call SC_CONFIG_CFLAGS