diff options
author | das <das> | 2008-06-12 19:34:01 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 19:34:01 (GMT) |
commit | a2f92e494b14461cad39cb91092ac9bc8baeb327 (patch) | |
tree | ab252c409c58c1ec29d9bdd36eb2a34bada260fd /unix/tcl.m4 | |
parent | ccb04b790f39f2c4b6c14d2828df3ccd0ec18791 (diff) | |
download | tk-a2f92e494b14461cad39cb91092ac9bc8baeb327.zip tk-a2f92e494b14461cad39cb91092ac9bc8baeb327.tar.gz tk-a2f92e494b14461cad39cb91092ac9bc8baeb327.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 |