projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d994169
)
daemon: Recover setlocale() call in src/daemon/collectd.c do_init()
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Fri, 12 Jul 2019 12:35:23 +0000
(19:35 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 13 Jul 2019 05:41:37 +0000
(12:41 +0700)
865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7
breaks locale checks
Issue: #3181
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2289aa4
..
ac072b0
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-165,6
+165,7
@@
AC_CHECK_HEADERS_ONCE([ \
kstat.h \
kvm.h \
libgen.h \
+ locale.h \
mntent.h \
mnttab.h \
netdb.h \
@@
-758,6
+759,7
@@
AC_CHECK_FUNCS_ONCE([ \
select \
setenv \
setgroups \
+ setlocale \
strcasecmp \
strdup \
strncasecmp \