svn commit: samba r18340 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Sun Sep 10 13:16:27 GMT 2006


Author: tridge
Date: 2006-09-10 13:16:27 +0000 (Sun, 10 Sep 2006)
New Revision: 18340

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18340

Log:

some HPUX boxes don't have ptrdiff_t

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-10 13:02:54 UTC (rev 18339)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-10 13:16:27 UTC (rev 18340)
@@ -57,6 +57,7 @@
 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, [], [], [



More information about the samba-cvs mailing list