summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2010-02-07 17:23:38 +0100
committerChristian Kellner <gicmo@gnome.org>2010-02-15 13:25:50 +0100
commitbb4f63d6390fe5efd183f259e5bd891f89de9e24 (patch)
treec6e86209d3d78ac05cacf0d7bc8e1972da5c1077 /configure.in
parent28f90db1edf938c04f0b5c8a2f54f8add50db234 (diff)
downloadglib-bb4f63d6390fe5efd183f259e5bd891f89de9e24.tar.gz
GFile: Support for splice(2) in copy_fallback
The (linux specific) system call splice can be used to transfer data between file descriptors whitout copying them into user space. See bug #604086 for additional details.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 37416b477..258f8f6ae 100644
--- a/configure.in
+++ b/configure.in
@@ -969,6 +969,7 @@ AC_CHECK_FUNCS(chown lchmod lchown fchmod fchown link statvfs statfs utimes getg
AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getmntinfo)
# Check for high-resolution sleep functions
AC_CHECK_FUNCS(nanosleep nsleep)
+AC_CHECK_FUNCS(splice)
AC_CHECK_HEADERS(crt_externs.h)
AC_CHECK_FUNCS(_NSGetEnviron)