diff options
author | Guido van Rossum <guido@python.org> | 1997-12-16 18:12:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-16 18:12:30 (GMT) |
commit | bef74b5605f180532f8dda581e143b16001782ab (patch) | |
tree | 6076595f2b36186b11673d71ce8299f7b7756a96 /Modules/Setup.in | |
parent | fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 (diff) | |
download | cpython-bef74b5605f180532f8dda581e143b16001782ab.zip cpython-bef74b5605f180532f8dda581e143b16001782ab.tar.gz cpython-bef74b5605f180532f8dda581e143b16001782ab.tar.bz2 |
Add -lld option for AIX to _tkinter rules.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 2 |
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 |