]> git.sesse.net Git - betaftpd/blobdiff - configure.in
process_all_clients(): Fixed a bug (reporting and much tracing by Sean MacLennan...
[betaftpd] / configure.in
index b280bc10d2b52fae3faf32226dc99e3a2e89635d..cddb6a18c41478bf6819a2249b8d40a072c567f9 100644 (file)
@@ -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()])