diff options
author | das <das> | 2001-11-23 01:44:52 (GMT) |
---|---|---|
committer | das <das> | 2001-11-23 01:44:52 (GMT) |
commit | 583359dfe9082c58d1d7766e7ea1335d13a1adee (patch) | |
tree | 30a296f9787a4a44ae818575ca13a79b1a280b49 /unix | |
parent | 54c5936b6021be7a0d149ce218e7bba30faf984e (diff) | |
download | tcl-583359dfe9082c58d1d7766e7ea1335d13a1adee.zip tcl-583359dfe9082c58d1d7766e7ea1335d13a1adee.tar.gz tcl-583359dfe9082c58d1d7766e7ea1335d13a1adee.tar.bz2 |
* unix/configure: regened
Diffstat (limited to 'unix')
-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 |