summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 03:46:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 03:46:09 +0100
commit6a2caa34b24c2225dba9da011eaa5cc3eb8752be (patch)
treec9b5b333cfdc545b6526f7ead67f39a1017e25a1 /source3/configure.in
parentc2a4db0c633f4cf01834c851efd07b7d891ce737 (diff)
downloadsamba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.tar.gz
samba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.tar.bz2
samba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.zip
Remove sys_chroot() - libreplace already provides an alternative.
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4e5ce99b78..c2a5d1a75f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1025,7 +1025,7 @@ if test x"$ac_cv_func_execl" = x"no"; then
EXTRA_BIN_PROGS="$EXTRA_BIN_PROGS bin/smbrun\$(EXEEXT)"
fi
-AC_CHECK_FUNCS(waitpid getcwd strdup strndup strnlen strerror fchown chmod fchmod chroot mknod mknod64)
+AC_CHECK_FUNCS(waitpid getcwd strdup strndup strnlen strerror fchown chmod fchmod mknod mknod64)
AC_CHECK_FUNCS(strtol strtoll strtoul strtoull strtouq __strtoull)
AC_CHECK_FUNCS(fstat strchr chflags)
AC_CHECK_FUNCS(getrlimit fsync fdatasync memset strlcpy strlcat setpgid)