diff options
author | Jeremy Allison <jra@samba.org> | 2008-04-18 00:30:50 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-04-18 00:30:50 -0700 |
commit | e90b4061c134486fd3958ea11a28af9801bcc6a2 (patch) | |
tree | ef823d86f9ff29339c73ac1d25bbc6015c939ccc /source3/lib/replace/libreplace_cc.m4 | |
parent | 4f46c2d9268ffb418e4f43baf479c03384e2ddda (diff) | |
download | samba-e90b4061c134486fd3958ea11a28af9801bcc6a2.tar.gz samba-e90b4061c134486fd3958ea11a28af9801bcc6a2.tar.bz2 samba-e90b4061c134486fd3958ea11a28af9801bcc6a2.zip |
Janitor for tridge. Keep lib/replace in sync with the gcc4
changes.
Jeremy.
(This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
Diffstat (limited to 'source3/lib/replace/libreplace_cc.m4')
-rw-r--r-- | source3/lib/replace/libreplace_cc.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/replace/libreplace_cc.m4 b/source3/lib/replace/libreplace_cc.m4 index bf5056838d..0ce0958a96 100644 --- a/source3/lib/replace/libreplace_cc.m4 +++ b/source3/lib/replace/libreplace_cc.m4 @@ -132,7 +132,8 @@ AC_CHECK_SIZEOF(off_t) AC_CHECK_SIZEOF(size_t) AC_CHECK_SIZEOF(ssize_t) -AC_CHECK_TYPE(intptr_t, unsigned long long) +AC_CHECK_TYPE(intptr_t, long long) +AC_CHECK_TYPE(uintptr_t, unsigned long long) AC_CHECK_TYPE(ptrdiff_t, unsigned long long) if test x"$ac_cv_type_long_long" != x"yes";then |