Peter Wullinger pointed out that curl should call setlocale() properly to

initiate the specific language operations, to make the IDN stuff work better.
This commit is contained in:
Daniel Stenberg 2004-10-18 13:37:18 +00:00
parent 48750d5fc7
commit 82d6cfa7fc
4 changed files with 23 additions and 1 deletions

View file

@ -1121,6 +1121,7 @@ AC_CHECK_HEADERS(
sys/utime.h \
sys/poll.h \
libgen.h \
locale.h \
setjmp.h,
dnl to do if not found
[],
@ -1217,6 +1218,7 @@ AC_CHECK_FUNCS( strtoll \
utime \
sigsetjmp \
basename \
setlocale \
poll,
dnl if found
[],