summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-04-12 14:10:39 +0000
committerGerald Carter <jerry@samba.org>2006-04-12 14:10:39 +0000
commitd7ab4e2b40636802d6d628bcfeb9263e2911e792 (patch)
tree6efd3d9bdc724e8f0256ee25841c805bd1227e0f /source/configure.in
parentc176335893b5a01c1f036188aa1054e24b54eac1 (diff)
downloadsamba-d7ab4e2b40636802d6d628bcfeb9263e2911e792.tar.gz
samba-d7ab4e2b40636802d6d628bcfeb9263e2911e792.tar.xz
samba-d7ab4e2b40636802d6d628bcfeb9263e2911e792.zip
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit winbindd server
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 386f83172a2..2e4d8db8765 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -914,6 +914,7 @@ AC_CHECK_HEADERS(utmp.h utmpx.h lastlog.h)
AC_CHECK_SIZEOF(int,cross)
AC_CHECK_SIZEOF(long,cross)
+AC_CHECK_SIZEOF(long long,cross)
AC_CHECK_SIZEOF(short,cross)
AC_C_CONST