diff options
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index cfefb44e9c..dbc1d10326 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -57,6 +57,7 @@ AC_CHECK_TYPE(int32_t, long) AC_CHECK_TYPE(intptr_t, unsigned long long) AC_CHECK_TYPE(uint32_t, unsigned long) AC_CHECK_TYPE(ssize_t, int) +AC_CHECK_TYPE(ptrdiff_t, unsigned long long) dnl these are needed for heimdal roken.h AC_CHECK_TYPE(struct sockaddr, [], [], [ |