summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorDavid Losada Carballo <david.losada@urv.cat>2007-11-20 16:45:33 -0800
committerJames Peach <jpeach@samba.org>2007-11-20 16:45:33 -0800
commitfebaaae2021c2993d265cc48cf9fbef05cb4ed1b (patch)
treed358bc5cc11d6111ab07ca30d35015e37fd3ec5c /source3/configure.in
parent2545457268610ab8fe71911bab167b4aeebc4ca3 (diff)
downloadsamba-febaaae2021c2993d265cc48cf9fbef05cb4ed1b.tar.gz
samba-febaaae2021c2993d265cc48cf9fbef05cb4ed1b.tar.bz2
samba-febaaae2021c2993d265cc48cf9fbef05cb4ed1b.zip
Extend commit module to help with NFS quotas.
Add "commit on eof" and "commit past eof" modes. Patch from David Losada Carballo with some modifications during the merge. (This used to be commit 12eee4f7fe27bb4ca376301b959dbfb918b7ba2d)
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 69a8e3f023..b6cd77b2da 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1292,7 +1292,7 @@ fi
AC_CHECK_FUNCS(waitpid getcwd strdup strndup strnlen strerror chown fchown lchown chmod fchmod chroot link mknod mknod64)
AC_CHECK_FUNCS(strtol strtoll strtoul strtoull strtouq __strtoull)
AC_CHECK_FUNCS(fstat strchr utime utimes chflags)
-AC_CHECK_FUNCS(getrlimit fsync memset strlcpy strlcat setpgid)
+AC_CHECK_FUNCS(getrlimit fsync fdatasync memset strlcpy strlcat setpgid)
AC_CHECK_FUNCS(memmove vsnprintf snprintf asprintf vasprintf setsid glob strpbrk pipe crypt16 getauthuid)
AC_CHECK_FUNCS(strftime sigprocmask sigblock sigaction sigset innetgr setnetgrent getnetgrent endnetgrent)
AC_CHECK_FUNCS(initgroups select poll rdchk getgrnam getgrent pathconf realpath)