From f3358eb8b647295a8f0bb9fe9228d4a7b89bd7e2 Mon Sep 17 00:00:00 2001 From: "donal.k.fellows@manchester.ac.uk" 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