diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:49:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:49:00 (GMT) |
commit | 8676973ead349c73bf4a825fb306a0fbf43ba076 (patch) | |
tree | 566dc729bf38e512d59f270a99d9541167c83984 /unix/configure | |
parent | f349b2208bae08f3b60426e6ccc2fcf6afdd6ef8 (diff) | |
download | tk-8676973ead349c73bf4a825fb306a0fbf43ba076.zip tk-8676973ead349c73bf4a825fb306a0fbf43ba076.tar.gz tk-8676973ead349c73bf4a825fb306a0fbf43ba076.tar.bz2 |
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561]
* unix/configure: autoconf-2.13
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index bdea9f6..af9adb0 100755 --- a/unix/configure +++ b/unix/configure @@ -2497,7 +2497,7 @@ fi EXTRA_CFLAGS="" LDFLAGS="" ;; - IRIX-6.*|IRIX64-6.5*) + IRIX-6.*) SHLIB_CFLAGS="" SHLIB_LD="ld -n32 -shared -rdata_shared" SHLIB_LD_LIBS='${LIBS}' |