X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=c3653e3f76c4f7fe246c8156150ad731c9799197;hb=4e595329a93ed190795c2e24bf132d5028ec6a72;hp=972fc2f6bf83d6141b3315b4ed196cf5a35746e2;hpb=661278ee297247c0c7e0708924f8ce52284529fc;p=elogind.git diff --git a/configure.ac b/configure.ac index 972fc2f6b..c3653e3f7 100644 --- a/configure.ac +++ b/configure.ac @@ -199,6 +199,11 @@ AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags") AC_CHECK_SIZEOF(pid_t) AC_CHECK_SIZEOF(uid_t) AC_CHECK_SIZEOF(gid_t) +AC_CHECK_SIZEOF(time_t) +AC_CHECK_SIZEOF(rlim_t,,[ + #include + #include +]) # ------------------------------------------------------------------------------ # we use python to build the man page index, and for systemd-python