summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-26 11:48:20 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-01-26 11:48:20 +0000
commit727fe66f27cd467fe67ce95f26bdc6584b873fdc (patch)
treea0dd409590d49ddd25880530cc5fb8215e62553e /Modules/Setup.dist
parent692d292c635daaadd68e568020d647208db1cffe (diff)
downloadcpython-git-727fe66f27cd467fe67ce95f26bdc6584b873fdc.tar.gz
Add _iconv_codec to Setup.dist. Use PyModule_ functions.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 538808625a..bebcd08dae 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