diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:50:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:50:10 (GMT) |
commit | eb7f2f1944b8c4d250bee80842c3125f72e04272 (patch) | |
tree | d558d9855ca4be3edbc7871f7620dfb05ea1efdc /unix/tcl.m4 | |
parent | d151599c49a650c1915a39a60b3c21b5f818f0a3 (diff) | |
download | tk-eb7f2f1944b8c4d250bee80842c3125f72e04272.zip tk-eb7f2f1944b8c4d250bee80842c3125f72e04272.tar.gz tk-eb7f2f1944b8c4d250bee80842c3125f72e04272.tar.bz2 |
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561]
* unix/configure: autoconf-2.57
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index e36f85d..6c5c4c1 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1081,7 +1081,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}' |