diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-22 16:52:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-22 16:52:56 (GMT) |
commit | c1065a28f93d92a848ffb2f35d79df4bc14532f2 (patch) | |
tree | fedba85031c1103c402e64c8d27a091cfee7f178 /unix/tcl.m4 | |
parent | 4aca9276dfef3ce6d54718351c0a3f80896228ff (diff) | |
download | tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.zip tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.tar.gz tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.tar.bz2 |
Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't support this anymore
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 1953798..f091a6b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1602,10 +1602,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ SHLIB_SUFFIX=".dylib" DL_OBJS="tclLoadDyld.o" DL_LIBS="" - # Don't use -prebind when building for Mac OS X 10.4 or later only: - AS_IF([test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \ - "`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4], [ - LDFLAGS="$LDFLAGS -prebind"]) LDFLAGS="$LDFLAGS -headerpad_max_install_names" AC_CACHE_CHECK([if ld accepts -search_paths_first flag], tcl_cv_ld_search_paths_first, [ |