mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +03:00
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:
parent
48750d5fc7
commit
82d6cfa7fc
4 changed files with 23 additions and 1 deletions
|
|
@ -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
|
||||
[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue