[Python-3000-checkins] r55252 - python/branches/p3yk/Modules/Setup.dist

neal.norwitz python-3000-checkins at python.org
Fri May 11 09:55:38 CEST 2007


Author: neal.norwitz
Date: Fri May 11 09:55:35 2007
New Revision: 55252

Modified:
   python/branches/p3yk/Modules/Setup.dist
Log:
Remove SGI turd.

Modified: python/branches/p3yk/Modules/Setup.dist
==============================================================================
--- python/branches/p3yk/Modules/Setup.dist	(original)
+++ python/branches/p3yk/Modules/Setup.dist	Fri May 11 09:55:35 2007
@@ -133,11 +133,6 @@
 # The Python symtable module depends on .h files that setup.py doesn't track
 _symtable symtablemodule.c
 
-# The SGI specific GL module:
-
-GLHACK=-Dclear=__GLclear
-#gl glmodule.c cgensupport.c -I$(srcdir) $(GLHACK) -lgl -lX11
-
 # Pure module.  Cannot be linked dynamically.
 # -DWITH_QUANTIFY, -DWITH_PURIFY, or -DWITH_ALL_PURE
 #WHICH_PURE_PRODUCTS=-DWITH_ALL_PURE


More information about the Python-3000-checkins mailing list