svn commit: samba r17734 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Aug 23 01:55:03 GMT 2006


Author: tridge
Date: 2006-08-23 01:55:02 +0000 (Wed, 23 Aug 2006)
New Revision: 17734

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

Log:

tru64 needs these for standalone build

Modified:
   branches/SAMBA_4_0/source/lib/ldb/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/configure.in	2006-08-23 01:51:45 UTC (rev 17733)
+++ branches/SAMBA_4_0/source/lib/ldb/configure.in	2006-08-23 01:55:02 UTC (rev 17734)
@@ -40,6 +40,10 @@
 AC_CHECK_LIB(dl, dlopen)
 AC_CHECK_FUNCS(dlopen dlsym dlclose)
 
+AC_CHECK_TYPE(uint8_t, unsigned char)
+AC_CHECK_TYPE(int64_t, long long)
+AC_CHECK_TYPE(uint64_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])])
 



More information about the samba-cvs mailing list