summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-16 18:12:30 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-16 18:12:30 (GMT)
commitbef74b5605f180532f8dda581e143b16001782ab (patch)
tree6076595f2b36186b11673d71ce8299f7b7756a96 /Modules
parentfedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 (diff)
downloadcpython-bef74b5605f180532f8dda581e143b16001782ab.zip
cpython-bef74b5605f180532f8dda581e143b16001782ab.tar.gz
cpython-bef74b5605f180532f8dda581e143b16001782ab.tar.bz2
Add -lld option for AIX to _tkinter rules.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 1ebc7cd..37d0c30 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -292,6 +292,8 @@ TKPATH=:lib-tk
# -L/usr/openwin/lib \
# *** Uncomment these for TOGL extension only:
# -lGL -lGLU -lXext -lXmu \
+# *** Uncomment for AIX:
+# -lld \
# *** Always uncomment this; X11 libraries to link with:
# -lX11