summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorericm <ericm>2000-07-18 21:33:46 (GMT)
committerericm <ericm>2000-07-18 21:33:46 (GMT)
commitb12a43b39a0adde9676956e9d74919ff4d47403d (patch)
tree042abf9c5c2c837f15c5f9e7853d0feefd7431f5 /unix/configure.in
parentec77b534cf4c57498ee4aeed279e6cf9cd670e4c (diff)
downloadtk-b12a43b39a0adde9676956e9d74919ff4d47403d.zip
tk-b12a43b39a0adde9676956e9d74919ff4d47403d.tar.gz
tk-b12a43b39a0adde9676956e9d74919ff4d47403d.tar.bz2
* unix/configure.in (MAKE_LIB): Corrected definition of MAKE_LIB
for shared builds, with patch from Mike Hopkirk.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 7632343..94f3654 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.51 2000/06/30 06:38:40 ericm Exp $
+# RCS: @(#) $Id: configure.in,v 1.52 2000/07/18 21:33:46 ericm Exp $
TK_VERSION=8.4
TK_MAJOR_VERSION=8
@@ -335,7 +335,7 @@ TCL_STUB_LIB_SPEC='-L$(TCL_BIN_DIR) $(TCL_STUB_LIB_FLAG)'
if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then
TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
TK_LIB_FILE=libtk${TK_SHARED_LIB_SUFFIX}
- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
+ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${SHLIB_LD_LIBS}"
RANLIB=":"
# TCL_STUB_FLAGS="-DUSE_TCL_STUBS"