summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authormdejong <mdejong>2002-02-23 22:52:03 (GMT)
committermdejong <mdejong>2002-02-23 22:52:03 (GMT)
commit14e2ba000eb5689e015f077d557e938282446e03 (patch)
treef8e80c3ef09284a35c4c8498c4f99b7d3dd7b4d0 /unix/configure
parent0af8994d033cb275a5f239957908fd08aa310a93 (diff)
downloadtk-14e2ba000eb5689e015f077d557e938282446e03.zip
tk-14e2ba000eb5689e015f077d557e938282446e03.tar.gz
tk-14e2ba000eb5689e015f077d557e938282446e03.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
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 95bd2be..5a54382 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2231,7 +2231,7 @@ fi
;;
IRIX64-6.*)
SHLIB_CFLAGS=""
- SHLIB_LD="ld -32 -shared -rdata_shared"
+ SHLIB_LD="ld -n32 -shared -rdata_shared"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"