summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-03-01 17:48:01 (GMT)
committerdgp <dgp@noemail.net>2004-03-01 17:48:01 (GMT)
commitf3be04ff3bfc28158f1113fda87655410844c76c (patch)
tree68f2329ed62b071b314ffd342340e129b7f0c75d /unix/tcl.m4
parent14207afbf94cac35daaca78fe45b98418fe9d134 (diff)
downloadtcl-f3be04ff3bfc28158f1113fda87655410844c76c.zip
tcl-f3be04ff3bfc28158f1113fda87655410844c76c.tar.gz
tcl-f3be04ff3bfc28158f1113fda87655410844c76c.tar.bz2
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 FossilOrigin-Name: fc34f6da268bbb95a35d19e4a3fe5ad9f9f7d72c
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index db85ff9..f5f8d72 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1067,7 +1067,7 @@ dnl AC_CHECK_TOOL(AR, ar)
EXTRA_CFLAGS=""
LDFLAGS=""
;;
- IRIX-6.*|IRIX64-6.5*)
+ IRIX-6.*)
SHLIB_CFLAGS=""
SHLIB_LD="ld -n32 -shared -rdata_shared"
SHLIB_LD_LIBS='${LIBS}'