summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-10-17 20:15:39 (GMT)
committernijtmans <nijtmans>2008-10-17 20:15:39 (GMT)
commit803826de028dcbb2cb0ff3392c7801bf3f5c83e9 (patch)
tree013f3eb9172f92a04b968cb864e01fd2bd564de4 /unix/configure
parent668e9ab5248eb903f575cb0983d062ca1fceac8c (diff)
downloadtk-803826de028dcbb2cb0ff3392c7801bf3f5c83e9.zip
tk-803826de028dcbb2cb0ff3392c7801bf3f5c83e9.tar.gz
tk-803826de028dcbb2cb0ff3392c7801bf3f5c83e9.tar.bz2
fix missing "-Wl," prefix in HP-UX build
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 237562d..852aa91 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 -Wl,+b ${LIB_RUNTIME_DIR}:.'
+ LD_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.'
LD_LIBRARY_PATH_VAR="SHLIB_PATH"
fi