[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.1,1.2

Guido van Rossum python-dev@python.org
Tue, 12 Dec 2000 13:07:13 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3504

Modified Files:
	Setup.dist 
Log Message:
Add URL with info for PIL.


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Setup.dist	2000/10/26 17:06:02	1.1
--- Setup.dist	2000/12/12 21:07:08	1.2
***************
*** 291,294 ****
--- 291,295 ----
  #	-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: