diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-21 18:34:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-21 18:34:06 (GMT) |
commit | 9c36c29156bf7d6f2349a2ca577771dd68fe63a9 (patch) | |
tree | f3575c6c109fffc9845758b6a99872cf5093399d /configure.in | |
parent | b92bb71be8e9deb6feb1bf1c4230562d34ffd4b9 (diff) | |
download | cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.zip cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.gz cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.bz2 |
Use wcscoll for _locale.strcoll if available.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a3b8c67..b6a266d 100644 --- a/configure.in +++ b/configure.in @@ -1770,7 +1770,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid execv \ setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \ sigaction siginterrupt sigrelse strftime strptime \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ - truncate uname unsetenv utimes waitpid _getpty getpriority) + truncate uname unsetenv utimes waitpid wcscoll _getpty getpriority) # For some functions, having a definition is not sufficient, since # we want to take their address. |