diff options
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 84309ba..f3041eb 100755 --- a/unix/configure +++ b/unix/configure @@ -6812,6 +6812,9 @@ else TCL_SHLIB_CFLAGS="" eval "TCL_LIB_FILE=libtcl${TCL_UNSHARED_LIB_SUFFIX}" MAKE_LIB="\${STLIB_LD} \$@ \${OBJS}" + if test "x$DL_OBJS" = "xtclLoadDyld.o"; then + MAKE_LIB="${MAKE_LIB} ; \${RANLIB} \$@" + fi fi # tclConfig.sh needs a version of the _LIB_SUFFIX that has been eval'ed |