summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-23 01:55:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:33 -0500
commit8cbf9b64dccd297f51d8b237b562b8dee915be90 (patch)
tree13d9e5e01c7e3391e7556c2c0c9b3e194628ecb5
parent96adaec729c608a0e29e456c266ea3e511a3b696 (diff)
downloadsamba-8cbf9b64dccd297f51d8b237b562b8dee915be90.tar.gz
samba-8cbf9b64dccd297f51d8b237b562b8dee915be90.tar.bz2
samba-8cbf9b64dccd297f51d8b237b562b8dee915be90.zip
r17734: tru64 needs these for standalone build
(This used to be commit b735ad8cfa6c10b3e1e450bcec73904aa72e91b2)
-rw-r--r--source4/lib/ldb/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/configure.in b/source4/lib/ldb/configure.in
index b65534e92e..1e8e6a28e5 100644
--- a/source4/lib/ldb/configure.in
+++ b/source4/lib/ldb/configure.in
@@ -40,6 +40,10 @@ AC_CONFIG_HEADER(include/config.h)
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])])