Author: vlendec Date: 2006-06-08 16:10:02 +0000 (Thu, 08 Jun 2006) New Revision: 16101
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16101 Log: Attempt to fix the Tru64 build Modified: trunk/source/configure.in Changeset: Modified: trunk/source/configure.in =================================================================== --- trunk/source/configure.in 2006-06-08 15:20:05 UTC (rev 16100) +++ trunk/source/configure.in 2006-06-08 16:10:02 UTC (rev 16101) @@ -954,6 +954,7 @@ AC_CHECK_TYPE(offset_t,loff_t) AC_CHECK_TYPE(ssize_t, int) AC_CHECK_TYPE(wchar_t, unsigned short) +AC_CHECK_TYPE(intptr_t, unsigned long long) AC_CHECK_TYPE(comparison_fn_t, [AC_DEFINE(HAVE_COMPARISON_FN_T, 1,[Whether or not we have comparison_fn_t])])
