diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
commit | 7fb697b5d26b1c9a379978653db97a84d7270141 (patch) | |
tree | 322bdf5813ad18b0fc17635fbdf6f2301690d2d6 /Modules/Setup.dist | |
parent | 1e469c5603549310699dbfcb66dd38a7ccd3b404 (diff) | |
download | cpython-7fb697b5d26b1c9a379978653db97a84d7270141.zip cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.gz cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.bz2 |
Revert Patch #670715: iconv support.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index efb783e..503be2a 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -478,10 +478,6 @@ GLHACK=-Dclear=__GLclear #EXPAT_DIR=/usr/local/src/expat-1.95.2 #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 |