]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rearrange the -I flags for compiling _tkinter.c so that
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:38:29 +0000 (21:38 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:38:29 +0000 (21:38 +0000)
commit8bf6dc77d10ced9457a517a4f5d1174cee39da1e
tree29598b9f47f6fca795f7d811540a9186a18545a4
parent2fff84d892da63ce3b67132b33a528d6035e417a
Rearrange the -I flags for compiling _tkinter.c so that
/usr/local/include comes before /usr/X11R1/include.  On some Linux
distributions the latter apparently contains (standard!) a bad tcl.h
or tk.h.
Modules/Setup.in