summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-07 13:55:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-07 13:55:50 (GMT)
commitfed2405cb59a23153c42d25f918ceb9e8afe25fc (patch)
treee0ead70b4fabdab8b34bb732d35075b7cd738784 /configure
parente9ce0b0fea16453cb8d75ecac02669998cc7ff36 (diff)
downloadcpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.zip
cpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.tar.gz
cpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.tar.bz2
Patch #479898: Use multibyte C library for printing strings if available.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index eccd4d6..a0f2ba2 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.352 .
+# From configure.in Revision: 1.353 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -11660,11 +11660,13 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
+
+
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
- hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
- mremap nice pathconf pause plock poll pthread_init \
+ hstrerror inet_pton iswprint kill killpg lchown link lstat mbtowc mkfifo \
+ mknod mktime mremap nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid setgroups \
setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \