diff options
author | Guido van Rossum <guido@python.org> | 2000-12-12 21:07:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-12-12 21:07:08 (GMT) |
commit | cfc4cf601cbf90602ca1ddf222eba845aca72390 (patch) | |
tree | 81008cc4a78259dbaf99a8a59e504d78c5018d0c /Modules/Setup.dist | |
parent | 9d64479cb25a8b7ce222dac93bad57e76172f88c (diff) | |
download | cpython-cfc4cf601cbf90602ca1ddf222eba845aca72390.zip cpython-cfc4cf601cbf90602ca1ddf222eba845aca72390.tar.gz cpython-cfc4cf601cbf90602ca1ddf222eba845aca72390.tar.bz2 |
Add URL with info for PIL.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index d4be06b..f715efd 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -290,6 +290,7 @@ TKPATH=:lib-tk # *** Uncomment and edit for BLT extension only: # -DWITH_BLT -I/usr/local/blt/blt8.0-unoff/include -lBLT8.0 \ # *** Uncomment and edit for PIL (TkImaging) extension only: +# (See http://www.pythonware.com/products/pil/ for more info) # -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \ # *** Uncomment and edit for TOGL extension only: # -DWITH_TOGL togl.c \ |