diff options
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 730faaa..23a2b1f 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1280,7 +1280,7 @@ dnl AC_CHECK_TOOL(AR, ar) # Users may want PA-RISC 1.1/2.0 portable code - needs HP cc #CFLAGS="$CFLAGS +DAportable" SHLIB_CFLAGS="+z" - SHLIB_LD="${CC} -Wl,-b" + SHLIB_LD="${CC} -b" ]) # Check to enable 64-bit flags for compiler/linker |