summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-06-18 21:46:39 (GMT)
committerdas <das@noemail.net>2005-06-18 21:46:39 (GMT)
commiteff8c5db5df6f71335737703799cb10dd8bcb526 (patch)
tree1c7d436e4f3cd06157b1bface2e2a5dc2918a3dd /unix/configure
parent0201e0f72fac0f77913b75750ccd9cb94e580b5d (diff)
downloadtcl-eff8c5db5df6f71335737703799cb10dd8bcb526.zip
tcl-eff8c5db5df6f71335737703799cb10dd8bcb526.tar.gz
tcl-eff8c5db5df6f71335737703799cb10dd8bcb526.tar.bz2
*** 8.4.11 TAGGED FOR RELEASE ***
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ppc and i386 at the same time), the configure AC_C_BIGENDIAN check is not sufficient in this case because a single run of the compiler builds for two architectures with different endianness. * 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.13 FossilOrigin-Name: c197218ee402a9beb56d39df2894ce8ad5185f88
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 89b4116..add3aff 100755
--- a/unix/configure
+++ b/unix/configure
@@ -3047,7 +3047,7 @@ echo "$ac_t""$tcl_cv_ld_single_module" 1>&6
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""
- LDFLAGS="$LDFLAGS -prebind"
+ LDFLAGS="$LDFLAGS -prebind -headerpad_max_install_names"
echo $ac_n "checking if ld accepts -search_paths_first flag""... $ac_c" 1>&6
echo "configure:3053: checking if ld accepts -search_paths_first flag" >&5
if eval "test \"`echo '$''{'tcl_cv_ld_search_paths_first'+set}'`\" = set"; then