diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-01-26 11:48:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-01-26 11:48:20 (GMT) |
commit | 727fe66f27cd467fe67ce95f26bdc6584b873fdc (patch) | |
tree | a0dd409590d49ddd25880530cc5fb8215e62553e /Modules/Setup.dist | |
parent | 692d292c635daaadd68e568020d647208db1cffe (diff) | |
download | cpython-727fe66f27cd467fe67ce95f26bdc6584b873fdc.zip cpython-727fe66f27cd467fe67ce95f26bdc6584b873fdc.tar.gz cpython-727fe66f27cd467fe67ce95f26bdc6584b873fdc.tar.bz2 |
Add _iconv_codec to Setup.dist. Use PyModule_ functions.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 5388086..bebcd08 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -474,6 +474,9 @@ 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 |