Change 'and' to 'or' in _tkinter test.

This commit is contained in:
Martin v. Löwis 2003-05-03 08:45:51 +00:00
parent 930427b892
commit e86a59af88
1 changed files with 1 additions and 1 deletions

View File

@ -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