summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-02-19 01:32:47 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-02-19 01:32:47 (GMT)
commitb4ace086b1f3c8ec8474277f27c09f783c15ddce (patch)
treea2bb95c436ed59df4afec17f2a2d0fb20189e406 /unix/tcl.m4
parentc9e684d45aa3b22b740b008ae6fbcca30f5d3501 (diff)
downloadtk-b4ace086b1f3c8ec8474277f27c09f783c15ddce.zip
tk-b4ace086b1f3c8ec8474277f27c09f783c15ddce.tar.gz
tk-b4ace086b1f3c8ec8474277f27c09f783c15ddce.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl (HP xnet [Bug #651811]).
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b24349f..b9e6d15 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -955,7 +955,9 @@ dnl AC_CHECK_TOOL(AR, ar)
;;
HP-UX-*.11.*)
# Use updated header definitions where possible
- AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
+ AC_DEFINE(_XOPEN_SOURCE) # Use the XOPEN network library
+ 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)