aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/notmuch-deliver/configure.ac
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2010-05-26 14:21:15 +0300
committerGravatar Ali Polatel <alip@exherbo.org>2011-11-05 01:12:35 +0200
commit73258fec796b57c757e10b0baec306157a69edeb (patch)
treef2ab2d0e70169e90faff6269d39262162da0eddb /contrib/notmuch-deliver/configure.ac
parentc1453231206e4e9a74bca54df4dd66b7e03c571c (diff)
notmuch-deliver: Use splice() if it's available
NOTMUCH_DELIVER_NO_SPLICE environment variable may be set to fallback to the read/write method.
Diffstat (limited to 'contrib/notmuch-deliver/configure.ac')
-rw-r--r--contrib/notmuch-deliver/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/notmuch-deliver/configure.ac b/contrib/notmuch-deliver/configure.ac
index 9d16af16..b6142bce 100644
--- a/contrib/notmuch-deliver/configure.ac
+++ b/contrib/notmuch-deliver/configure.ac
@@ -67,7 +67,7 @@ AC_STRUCT_TM
dnl }}}
dnl {{{ Check for library functions
-AC_CHECK_FUNCS([setgroups initgroups symlink readlink strcasecmp utime utimes])
+AC_CHECK_FUNCS([setgroups initgroups symlink readlink strcasecmp utime utimes splice])
dnl }}}
dnl {{{ gethostname()