From af58b15fa7f20e33736d79c6a4b3becb568517ca Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 16:10:51 +0200 Subject: Fix formating of variables with type: id_t --- src/external/sizes.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/external') diff --git a/src/external/sizes.m4 b/src/external/sizes.m4 index ccbb69ce3..c4f00d66f 100644 --- a/src/external/sizes.m4 +++ b/src/external/sizes.m4 @@ -6,6 +6,9 @@ AC_CHECK_SIZEOF(char) AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(long long) +AC_CHECK_SIZEOF(uid_t) +AC_CHECK_SIZEOF(gid_t) +AC_CHECK_SIZEOF(id_t) if test $ac_cv_sizeof_long_long -lt 8 ; then AC_MSG_ERROR([SSSD requires long long of 64-bits]) -- cgit