diff options
Diffstat (limited to 'unix')
-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 7eadca3..3346500 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2672,7 +2672,7 @@ AC_DEFUN(SC_TCL_CHECK_BROKEN_FUNC,[ tcl_ok=0 fi fi - if test ["$tcl_ok"] = 1; then + if test ["$tcl_ok"] = 0; then AC_LIBOBJ($1) USE_COMPAT=1 fi]) |