From: Karel Zak Date: Mon, 12 Mar 2012 13:53:18 +0000 (+0100) Subject: build-sys: note sulogin in configure help X-Git-Tag: v2.22-rc1~676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d2011abbc2b88608b77a4403667fa3be005a75;p=thirdparty%2Futil-linux.git build-sys: note sulogin in configure help Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index b40a6361b4..0348506442 100644 --- a/configure.ac +++ b/configure.ac @@ -986,7 +986,7 @@ AM_CONDITIONAL(BUILD_RESET, test "x$build_reset" = xyes) AC_ARG_ENABLE([login-utils], - AS_HELP_STRING([--enable-login-utils], [build chfn, chsh, login, newgrp, vipw]), + AS_HELP_STRING([--enable-login-utils], [build chfn, chsh, login, sulogin, newgrp, vipw]), [], enable_login_utils=no ) UL_BUILD_INIT([login_utils])