summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-25 21:38:29 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-25 21:38:29 (GMT)
commit8bf6dc77d10ced9457a517a4f5d1174cee39da1e (patch)
tree29598b9f47f6fca795f7d811540a9186a18545a4 /Modules
parent2fff84d892da63ce3b67132b33a528d6035e417a (diff)
downloadcpython-8bf6dc77d10ced9457a517a4f5d1174cee39da1e.zip
cpython-8bf6dc77d10ced9457a517a4f5d1174cee39da1e.tar.gz
cpython-8bf6dc77d10ced9457a517a4f5d1174cee39da1e.tar.bz2
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.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 8a05270..d6a9359 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -274,12 +274,12 @@ TKPATH=:lib-tk
# *** Always uncomment this (leave the leading underscore in!):
# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
+# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
+# -I/usr/local/include \
# *** Uncomment and edit to reflect where your X11 header files are:
# -I/usr/X11R6/include \
# *** Or uncomment this for Solaris:
# -I/usr/openwin/include \
-# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
-# -I/usr/local/include \
# *** Uncomment and edit for Tix extension only:
# -DWITH_TIX -ltix4.1.8.0 \
# *** Uncomment and edit for BLT extension only: