diff options
author | das <das> | 2008-06-12 19:33:17 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 19:33:17 (GMT) |
commit | 5355787262096811f66bfd18f24bb030b433e576 (patch) | |
tree | e57d09a9e0ae7415b3b068311339c1b4ce8227a6 /unix/tcl.m4 | |
parent | 9f059e343f72ade81e047d8d86b0ee0b71e87506 (diff) | |
download | tcl-5355787262096811f66bfd18f24bb030b433e576.zip tcl-5355787262096811f66bfd18f24bb030b433e576.tar.gz tcl-5355787262096811f66bfd18f24bb030b433e576.tar.bz2 |
duh, fix missing 'fi', thanks aku!
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index e0ff77c..6948c98 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1936,8 +1936,9 @@ dnl AC_CHECK_TOOL(AR, ar) # path, remove so name and append 'sparcv9' #v9gcclibdir="`gcc -print-file-name=libgcc_s.so` | ..." #CC_SEARCH_FLAGS="${CC_SEARCH_FLAGS},-R,$v9gcclibdir" - elif test "$arch" = "amd64 i386" ; then + elif test "$arch" = "amd64 i386" ; then SHLIB_LD="$SHLIB_LD -m64 -static-libgcc" + fi fi else case $system in |