about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4e66f84..1ad3b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,9 @@ AC_CHECK_FUNCS([sendfile])
 AC_CHECK_FUNCS([open_memstream])
 AC_CHECK_FUNCS([posix_fadvise])
 
+dnl need LIBS=-lfreebsd-glue (but not CFLAGS=-I/usr/include/freebsd)
+AC_CHECK_FUNCS([bsd_sendfile])
+
 dnl non-standard, but common
 AC_CHECK_FUNCS([pthread_yield])