X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=880672d42c2921c2b2301aae7b253aa6affc9fc4;hp=10ef0f5e23101aaae223afe6743a2a8bff5a39f0;hb=d86dd07d462fb8502b1c7b4a9a4df4fba8318bdd;hpb=4ca39b280fce3c60d2fdecbd478fd9bf7f9d3e64 diff --git a/configure.ac b/configure.ac index 10ef0f5e2..880672d42 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [209], + [210], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) @@ -180,6 +180,7 @@ AC_SUBST([OUR_LDFLAGS], "$with_ldflags $address_sanitizer_ldflags") AC_CHECK_SIZEOF(pid_t) AC_CHECK_SIZEOF(uid_t) +AC_CHECK_SIZEOF(gid_t) # ------------------------------------------------------------------------------ # we use python to build the man page index, and for systemd-python