diff options
author | hobbs <hobbs> | 2010-08-27 00:15:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 00:15:24 (GMT) |
commit | b55ae73a21c3f0f8c4c48dd2868a00a7b7d3a608 (patch) | |
tree | 09243b88e1ccb8d3c4947fa4cc0d711123fda35b /unix/configure | |
parent | 961806102628485ce7f0e5d0abdb9f361576effb (diff) | |
download | tcl-b55ae73a21c3f0f8c4c48dd2868a00a7b7d3a608.zip tcl-b55ae73a21c3f0f8c4c48dd2868a00a7b7d3a608.tar.gz tcl-b55ae73a21c3f0f8c4c48dd2868a00a7b7d3a608.tar.bz2 |
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
(SC_PATH_X): Correct syntax error when xincludes not found.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 025a4bb..2965f76 100755 --- a/unix/configure +++ b/unix/configure @@ -8233,7 +8233,7 @@ else fi - SHLIB_LD_LIBS="" + SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" |