diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 10:40:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 10:40:41 (GMT) |
commit | 92fab7569dbda9153fab99b31e6a2aa2e9821a56 (patch) | |
tree | 11d56418cd06fbaf9e8aac3b3ab6650199014d26 /configure | |
parent | 8e925b9a4c911bca69eb95bd5be03bdc878d2ad7 (diff) | |
download | cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.zip cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.gz cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.bz2 |
Use wchar_t functions in _locale module.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |