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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
