Tcl Source Code

Artifact [296121798d]
Login

Artifact 296121798dd0400141221c87ad688fc0654ad998:

Attachment "tcl.m4.diff" to ticket [651811ffff] added by jdmartin 2002-12-11 10:28:04.
--- tcl.m4.old	Tue Dec 10 19:56:55 2002
+++ tcl.m4	Tue Dec 10 19:58:46 2002
@@ -949,7 +949,8 @@
 	    ;;
 	HP-UX-*.11.*)
 	    # Use updated header definitions where possible
-	    AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
+	    AC_DEFINE(_XOPEN_SOURCE_EXTENDED) # Use the XOPEN network library
+	    LIBS="$LIBS -lxnet"               # Use the XOPEN network library
 
 	    SHLIB_SUFFIX=".sl"
 	    AC_CHECK_LIB(dld, shl_load, tcl_ok=yes, tcl_ok=no)