diff options
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in index 3f7bfca868..3430d1dc0a 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -518,6 +518,7 @@ AC_CHECK_TYPE(loff_t,off_t) AC_CHECK_TYPE(offset_t,loff_t) AC_CHECK_TYPE(ssize_t, int) AC_CHECK_TYPE(wchar_t, unsigned short) +AC_CHECK_TYPE(uint_t, unsigned int) ############################################ # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the plugin loading code |