diff options
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 2 | ||||
| -rw-r--r-- | unix/tcl.m4 | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/unix/configure b/unix/configure index 9fcf264..4f11656 100755 --- a/unix/configure +++ b/unix/configure @@ -6039,7 +6039,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}' 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}' | 
