summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2006-03-02 01:07:59 (GMT)
committerpatthoyts <patthoyts@noemail.net>2006-03-02 01:07:59 (GMT)
commite9973314d6fafc20db92f81218ca4c26de108a8c (patch)
tree631cbbcd42ff933ce74a1fe9436f3ff072609993 /unix/configure
parentc04c9bed8bb9b1cd4a03691dd315f84058b631e7 (diff)
downloadtcl-e9973314d6fafc20db92f81218ca4c26de108a8c.zip
tcl-e9973314d6fafc20db92f81218ca4c26de108a8c.tar.gz
tcl-e9973314d6fafc20db92f81218ca4c26de108a8c.tar.bz2
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
* unix/configure: issues on NetBSD. Regenerated configure script. FossilOrigin-Name: a09f4828c50c9ff96135701983ecce7a797abfd1
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 5ce4285..cb69701 100755
--- a/unix/configure
+++ b/unix/configure
@@ -3250,7 +3250,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
# NetBSD/SPARC needs -fPIC, -fpic will not do.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="ld -Bshareable -x"
- SHLIB_LD_LIBS=""
+ SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""