X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=add1556bf478389032bd08f9cb5fab4740584caa;hb=051a9ad7ca3be1238b38c6aacdcd280606d945ce;hp=220853ac6ffebfc831a6e8fb439469d2d011d63e;hpb=e4c981472890655a5113d5b3bd643f62f19d0139;p=collectd.git diff --git a/configure.ac b/configure.ac index 220853ac..add1556b 100644 --- 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 \ @@ -742,26 +743,12 @@ test_cxx_flags() { # AC_CHECK_FUNCS_ONCE([ \ asprintf \ - closelog \ - getaddrinfo \ - getgrnam_r \ - getnameinfo \ getpwnam \ getpwnam_r \ - gettimeofday \ if_indextoname \ - openlog \ - regcomp \ - regerror \ - regexec \ - regfree \ - select \ setenv \ setgroups \ - strcasecmp \ - strdup \ - strncasecmp \ - sysconf + setlocale ] )