From e86a59af886d6c0f58f53e42878a25e48627fed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 3 May 2003 08:45:51 +0000 Subject: Change 'and' to 'or' in _tkinter test. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f69ae16..2d6c085 100644 --- a/setup.py +++ b/setup.py @@ -932,7 +932,7 @@ class PyBuildExt(build_ext): 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 -- cgit v0.12