X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=ac072b02244796efc549c58090174a76ad177676;hb=7a5f35e655e8ba8ccd08fd44bea3574dffa47a5e;hp=cf407228afe31c3e9c2a369c676868b3dc76b434;hpb=45b59919cd22250b6a64e17af6c4c9ca218b401c;p=collectd.git diff --git a/configure.ac b/configure.ac index cf407228..ac072b02 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 \ @@ -758,6 +759,7 @@ AC_CHECK_FUNCS_ONCE([ \ select \ setenv \ setgroups \ + setlocale \ strcasecmp \ strdup \ strncasecmp \ @@ -3972,6 +3974,8 @@ if test "x$with_libnetsnmpagent" = "xyes"; then fi if test "x$with_libnetsnmpagent" = "xyes"; then + BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS="$with_libnetsnmpagent_cppflags" + BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS="$with_libnetsnmpagent_ldflags" BUILD_WITH_LIBNETSNMPAGENT_LIBS="-lnetsnmpagent $libnetsnmphelpers" fi