From 4f23f93102818848625221c7db7c1ed59cc73c77 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 26 Nov 2004 14:00:35 +0000 Subject: Oops! Got the test sense wrong. --- unix/tcl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v0.12