summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das>2005-06-18 21:46:02 (GMT)
committerdas <das>2005-06-18 21:46:02 (GMT)
commit1b6b31dc57b749dc2f61165e4389744699ada83d (patch)
tree424c86b8e56b4fc88b3f373760c4357fe320b60d /unix/configure
parent269c0f37fabe9229c395ebdac5ec826438d103ec (diff)
downloadtk-1b6b31dc57b749dc2f61165e4389744699ada83d.zip
tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.gz
tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.bz2
* macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish
symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.59
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 edf3ec6..8d46a61 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5704,7 +5704,7 @@ echo "${ECHO_T}$tcl_cv_ld_single_module" >&6
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""
- LDFLAGS="$LDFLAGS -prebind"
+ LDFLAGS="$LDFLAGS -prebind -headerpad_max_install_names"
echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6
if test "${tcl_cv_ld_search_paths_first+set}" = set; then