about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-05 10:58:17 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-05 10:58:17 +0000
commit802f51b80bbce5d278da4d7396bf7ff99e3b363d (patch)
tree29ef0a31e154e344e5e6f070fc47e99f37b8c5eb /configure.ac
parent9c47bc696406f072647d2b9e5431dc4d051bb19e (diff)
downloadcmogstored-802f51b80bbce5d278da4d7396bf7ff99e3b363d.tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d7da19..fa3a11e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl gnulib *at functions aren't thread-safe, ask for the real thing
 AC_CHECK_FUNCS([openat renameat mkdirat fstatat unlinkat])
 
 AC_CHECK_FUNCS([epoll_wait kqueue])
-
+AC_CHECK_FUNCS([sendfile])
 AC_CHECK_FUNCS([open_memstream])
 
 dnl gnulib doesn't actually define SOCK_NONBLOCK/SOCK_CLOEXEC..