diff options
author | andreas_kupries <akupries@shaw.ca> | 2003-02-19 01:32:47 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2003-02-19 01:32:47 (GMT) |
commit | b4ace086b1f3c8ec8474277f27c09f783c15ddce (patch) | |
tree | a2bb95c436ed59df4afec17f2a2d0fb20189e406 /unix/tcl.m4 | |
parent | c9e684d45aa3b22b740b008ae6fbcca30f5d3501 (diff) | |
download | tk-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.m4 | 4 |
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) |