[Python-checkins] python/dist/src/Modules Setup.dist,1.38,1.39 _iconv_codec.c,1.14,NONE
loewis@users.sourceforge.net
loewis@users.sourceforge.net
Wed, 02 Apr 2003 20:49:15 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv24599/Modules
Modified Files:
Setup.dist
Removed Files:
_iconv_codec.c
Log Message:
Revert Patch #670715: iconv support.
Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Setup.dist 20 Mar 2003 23:37:24 -0000 1.38
--- Setup.dist 3 Apr 2003 04:49:12 -0000 1.39
***************
*** 479,486 ****
#pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/lib -L$(EXPAT_DIR) -lexpat
- # Wrapper for iconv(3). This requires either GNU iconv, or a native
- # iconv implementation (only Linux, Solaris, and BSD are known to work)
- #_iconv_codec _iconv_codec -I$(prefix)/include -L$(exec_prefix)/lib -liconv
-
# Example -- included for reference only:
# xx xxmodule.c
--- 479,482 ----
--- _iconv_codec.c DELETED ---