X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=a1ce009ae91bce5bb3ccb3d80f200c6e5b39268b;hb=1f778e960fac3a85a8613d92e8f655bade4fa838;hp=2289aa43403ea9127616c29449610fed8be0b3b2;hpb=5d2f7cd97747c3b43ad3ecbe0e05ffff066aaaf1;p=collectd.git diff --git a/configure.ac b/configure.ac index 2289aa43..a1ce009a 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 \ @@ -5769,7 +5771,7 @@ if test "x$with_libxmms" = "xyes"; then fi if test "x$with_libxmms" = "xyes"; then - SAVE_CPPFLAGS="$CFLAGS" + SAVE_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$with_xmms_cflags" AC_CHECK_HEADER([xmmsctrl.h],