diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-26 14:00:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-26 14:00:35 (GMT) |
commit | 4f23f93102818848625221c7db7c1ed59cc73c77 (patch) | |
tree | a2719fb9c3917dfa6ded5c66ac177cad1ac330e6 /unix | |
parent | e068f06110b9f53cbf7b2f4b2583185e64a836d0 (diff) | |
download | tcl-4f23f93102818848625221c7db7c1ed59cc73c77.zip tcl-4f23f93102818848625221c7db7c1ed59cc73c77.tar.gz tcl-4f23f93102818848625221c7db7c1ed59cc73c77.tar.bz2 |
Oops! Got the test sense wrong.
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]) |