summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2004-07-22 18:44:01 +0000
committerGustavo Niemeyer <gustavo@niemeyer.net>2004-07-22 18:44:01 +0000
commit895b2faf57d64935616cb1e98919ca66cfa15604 (patch)
treed9563eaa8f4b67260dae289ff96dcfc6813f1850 /configure.in
parent9c23abff33b146cb173bf3a27b1cbeefef4a5c66 (diff)
downloadcpython-895b2faf57d64935616cb1e98919ca66cfa15604.tar.gz
This change implements the following gettext features, as
discussed recently in python-dev: In _locale module: - bind_textdomain_codeset() binding In gettext module: - bind_textdomain_codeset() function - lgettext(), lngettext(), ldgettext(), ldngettext(), which return translated strings encoded in preferred system encoding, if bind_textdomain_codeset() was not used. - Added equivalent functionality in translate() function and catalog classes. Every change was also documented.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 77522c35f6..f73d1ceac1 100644
--- a/configure.in
+++ b/configure.in
@@ -2044,8 +2044,8 @@ fi
AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
-AC_CHECK_FUNCS(alarm chown clock confstr ctermid execv \
- fork fpathconf ftime ftruncate \
+AC_CHECK_FUNCS(alarm bind_textdomain_codeset chown clock confstr ctermid \
+ execv fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getpwent getsid getwd \
kill killpg lchown lstat mkfifo mknod mktime \