summaryrefslogtreecommitdiffstats
path: root/src/external/sizes.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/sizes.m4')
-rw-r--r--src/external/sizes.m43
1 files changed, 3 insertions, 0 deletions
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])