diff options
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 2d30d79..b221db2 100755 --- a/unix/configure +++ b/unix/configure @@ -6220,8 +6220,7 @@ if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != "" ; then if test "x$DL_OBJS" = "xtclLoadAout.o"; then MAKE_LIB="\${STLIB_LD} \$@ \${OBJS}" else - MAKE_LIB="\${SHLIB_LD} -o \$@ \${OBJS} ${SHLIB_LD_LIBS}" - RANLIB=":" + MAKE_LIB="\${SHLIB_LD} ${TCL_SHLIB_LD_EXTRAS} -o \$@ \${OBJS} ${SHLIB_LD_LIBS}" fi else case $system in |