summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/talloc/config.m4')
-rw-r--r--source4/lib/talloc/config.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/config.m4
index 5f653e6577..60e89f4392 100644
--- a/source4/lib/talloc/config.m4
+++ b/source4/lib/talloc/config.m4
@@ -1,7 +1,3 @@
-if test x"$experimental" = x"yes"; then
- SMB_LIBRARY_ENABLE(libtalloc,YES)
-fi
-
AC_CACHE_CHECK([for va_copy],samba_cv_HAVE_VA_COPY,[
AC_TRY_LINK([#include <stdarg.h>
va_list ap1,ap2;], [va_copy(ap1,ap2);],
@@ -10,3 +6,4 @@ if test x"$samba_cv_HAVE_VA_COPY" = x"yes"; then
AC_DEFINE(HAVE_VA_COPY,1,[Whether va_copy() is available])
fi
+AC_CHECK_TYPES(intptr_t)