summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:42:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:12 -0500
commit6e5beba8668ea181e009baad27ea7619a4671922 (patch)
tree93ef8c4deea7f053730fe0cc5bfba7b27ff57c30
parentf9cdcd2eca7737979790479c9823ede98a2233cd (diff)
downloadsamba-6e5beba8668ea181e009baad27ea7619a4671922.tar.gz
samba-6e5beba8668ea181e009baad27ea7619a4671922.tar.bz2
samba-6e5beba8668ea181e009baad27ea7619a4671922.zip
r18078: these tests came from talloc
(This used to be commit 1e5e311233c5253d107bf043dc78dfd21057bb35)
-rw-r--r--source4/lib/replace/libreplace.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index 382da639fc..6a841cfd3d 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -65,6 +65,7 @@ AC_TRY_COMPILE([
AC_CHECK_HEADERS(sys/syslog.h syslog.h)
AC_CHECK_HEADERS(sys/time.h time.h)
AC_CHECK_HEADERS(sys/socket.h netinet/in.h)
+AC_CHECK_HEADERS(stdarg.h vararg.h)
AC_CHECK_FUNCS(seteuid setresuid setegid setresgid chroot bzero strerror)
AC_CHECK_FUNCS(vsyslog setlinebuf mktime ftruncate chsize rename)
AC_CHECK_FUNCS(waitpid strlcpy strlcat innetgr initgroups memmove strdup)
@@ -218,3 +219,5 @@ AC_CACHE_CHECK([for sig_atomic_t type],samba_cv_sig_atomic_t, [
if test x"$samba_cv_sig_atomic_t" = x"yes"; then
AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])
fi
+
+