summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-08 10:40:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-08 10:40:41 (GMT)
commit92fab7569dbda9153fab99b31e6a2aa2e9821a56 (patch)
tree11d56418cd06fbaf9e8aac3b3ab6650199014d26 /configure
parent8e925b9a4c911bca69eb95bd5be03bdc878d2ad7 (diff)
downloadcpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.zip
cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.gz
cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.bz2
Use wchar_t functions in _locale module.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 8774922..5046065 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 60787 .
+# From configure.in Revision: 61238 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.0.
#
@@ -15715,6 +15715,7 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6; }
+
for ac_func in alarm bind_textdomain_codeset chown clock confstr \
ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
@@ -15726,7 +15727,7 @@ for ac_func in alarm bind_textdomain_codeset chown clock confstr \
setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strlcpy \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
- truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty
+ truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll wcsxfrm _getpty
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5