diff options
author | nijtmans <nijtmans> | 2008-10-17 20:09:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-17 20:09:49 (GMT) |
commit | 668e9ab5248eb903f575cb0983d062ca1fceac8c (patch) | |
tree | 7d6c7c5b76b0e2e15f110a48ea6682a6615aff7c /unix/configure | |
parent | 729626dc741cec7f605d9982a92dc23bd5a54250 (diff) | |
download | tk-668e9ab5248eb903f575cb0983d062ca1fceac8c.zip tk-668e9ab5248eb903f575cb0983d062ca1fceac8c.tar.gz tk-668e9ab5248eb903f575cb0983d062ca1fceac8c.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 7e26c83..237562d 100755 --- a/unix/configure +++ b/unix/configure @@ -4921,7 +4921,7 @@ fi DL_LIBS="-ldld" LDFLAGS="$LDFLAGS -Wl,-E" CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' - LD_SEARCH_FLAGS='-Wl,+s +b ${LIB_RUNTIME_DIR}:.' + LD_SEARCH_FLAGS='-Wl,+s -Wl,+b ${LIB_RUNTIME_DIR}:.' LD_LIBRARY_PATH_VAR="SHLIB_PATH" fi |