Skip to content

Commit

Permalink
daemon: Recover setlocale() call in src/daemon/collectd.c do_init()
Browse files Browse the repository at this point in the history
865f2eb breaks locale checks

Issue: collectd#3181
  • Loading branch information
rpv-tomsk committed Jul 12, 2019
1 parent e65eae5 commit 58eb4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -165,6 +165,7 @@ AC_CHECK_HEADERS_ONCE([ \
kstat.h \
kvm.h \
libgen.h \
locale.h \
mntent.h \
mnttab.h \
netdb.h \
Expand Down Expand Up @@ -758,6 +759,7 @@ AC_CHECK_FUNCS_ONCE([ \
select \
setenv \
setgroups \
setlocale \
strcasecmp \
strdup \
strncasecmp \
Expand Down

0 comments on commit 58eb4d1

Please sign in to comment.