X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Fconfigure.in;h=d61a071c30f964bb94d233e542b727e83c9beb64;hp=eb3f4c0ed76de977763dd699cfcaa1dd2339f7c0;hb=aa1bc013ff54eb118855365945aae4218d099003;hpb=2ebab2f63ec2e3e865c7721dde9b3b67058b29a2 diff --git a/libcitadel/configure.in b/libcitadel/configure.in index eb3f4c0ed..d61a071c3 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -74,6 +74,8 @@ fi AC_CHECK_HEADER(CUnit/CUnit.h, [AC_DEFINE(ENABLE_TESTS, [], [whether we should compile the test-suite])]) +AC_CHECK_HEADER(sys/sendfile.h, [AC_DEFINE(LINUX_SENDFILE, [], [whether we have the linux sendfile api])]) +dnl TODO: we might need to check for the actual syntax.... AC_CHECK_HEADERS(iconv.h)