Commit a42e92a4 a42e92a4160d06039920ed5ae2cf4a37ec96731b by Sergey Poznyakoff

(AC_CHECK_FUNCS): Add setlocale

1 parent cbf4cc0d
...@@ -444,7 +444,7 @@ extern char *strsignal (int); ...@@ -444,7 +444,7 @@ extern char *strsignal (int);
444 ]) 444 ])
445 445
446 AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim setreuid \ 446 AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim setreuid \
447 setresuid seteuid vfork _exit) 447 setresuid seteuid setlocale vfork _exit)
448 448
449 AC_FUNC_SETVBUF_REVERSED 449 AC_FUNC_SETVBUF_REVERSED
450 AH_BOTTOM([ 450 AH_BOTTOM([
......