Change 'and' to 'or' in _tkinter test.
diff --git a/setup.py b/setup.py
index f69ae16..2d6c085 100644
--- a/setup.py
+++ b/setup.py
@@ -932,7 +932,7 @@
             tcl_includes = find_file('tcl.h', inc_dirs, debian_tcl_include)
             tk_includes = find_file('tk.h', inc_dirs, debian_tk_include)
 
-        if (tcllib is None or tklib is None and
+        if (tcllib is None or tklib is None or
             tcl_includes is None or tk_includes is None):
             # Something's missing, so give up
             return