diff options
author | nijtmans <nijtmans> | 2008-10-17 20:14:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-17 20:14:16 (GMT) |
commit | 103fdf84aa05fef3d37b5a2178fc75eefe64375b (patch) | |
tree | 8a9205e0808ed7632bea71bd439dbd343dc373ff /unix/configure | |
parent | 5942e4e3e68b72b0b2137148ea4905db765c360d (diff) | |
download | tcl-103fdf84aa05fef3d37b5a2178fc75eefe64375b.zip tcl-103fdf84aa05fef3d37b5a2178fc75eefe64375b.tar.gz tcl-103fdf84aa05fef3d37b5a2178fc75eefe64375b.tar.bz2 |
fix missing "-Wl," prefix in HP-UX build
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 f4638a1..3e4bf79 100755 --- a/unix/configure +++ b/unix/configure @@ -6727,7 +6727,7 @@ fi DL_LIBS="-ldld" LDFLAGS="$LDFLAGS -Wl,-E" CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' - LD_SEARCH_FLAGS='-Wl,+s -Wl,+b ${LIB_RUNTIME_DIR}:.' + LD_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' LD_LIBRARY_PATH_VAR="SHLIB_PATH" fi |