From 21cf9ccf9c608d4bfef4a659df95f81be62c17de Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 29 Dec 2003 15:37:41 +0000 Subject: [PATCH] fixed an help message (with-run-non-privileged instead of --run-non-privileged) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2e7587f..465160a 100644 --- a/configure.in +++ b/configure.in @@ -641,7 +641,7 @@ dnl Users and groups ... AC_MSG_CHECKING(run non-privileged) AC_ARG_WITH(run-non-privileged, -[ --run-non-privileged=[yes|no] Run fcron without root's rights (see FAQ !)], +[ --with-run-non-privileged=[yes|no] Run fcron without root's rights (see FAQ !)], [ case "$withval" in no) run_non_privileged=0 -- 2.40.0