Add SystemdMeter

This commit is contained in:
Christian Göttsche
2020-10-07 15:42:13 +02:00
parent ab17ef4dc0
commit 2a9e8ca074
7 changed files with 364 additions and 7 deletions

View File

@ -90,6 +90,8 @@ AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([fstatat memmove strncasecmp strstr strdup])
AC_SEARCH_LIBS([dlopen], [dl dld])
save_cflags="${CFLAGS}"
CFLAGS="${CFLAGS} -std=c99"
AC_MSG_CHECKING([whether cc -std=c99 option works])