X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.in;h=cddb6a18c41478bf6819a2249b8d40a072c567f9;hb=85c74b6283f53e8deeab46354a4d3971039b6d56;hp=b280bc10d2b52fae3faf32226dc99e3a2e89635d;hpb=4b83f8e50792b459dfd8a6ffe470c2fccb524e7b;p=betaftpd diff --git a/configure.in b/configure.in index b280bc1..cddb6a1 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,7 @@ else fi if test "$nonroot_support" = "yes"; then - ARG_ENABLE_BETAFTPD(nonroot,[ --enable-nonroot Do not need root access (implies --disable-shadow)],AC_DEFINE(WANT_NONROOT)) + ARG_ENABLE_BETAFTPD(nonroot,[ --enable-nonroot Do not need root access (EXPERIMENTAL)],AC_DEFINE(WANT_NONROOT)) else enableval=no fi @@ -194,12 +194,7 @@ dnl dnl sendfile() is not standard -- we'll have to check the different dnl versions one by one :-) dnl -AC_CHECK_HEADER(sys/sendfile.h,result=yes,result=no) - -dnl -dnl For some reason, we have to check it AGAIN... Otherwise it's never defined! -dnl -AC_CHECK_HEADERS(sys/sendfile.h) +AC_CHECK_HEADERS(sys/sendfile.h,result=yes,result=no) if test "$result" = "yes"; then AC_MSG_CHECKING([for Linux sendfile()])