From: Sami Kerola Date: Wed, 9 Jan 2013 22:44:06 +0000 (+0000) Subject: build-sys: cleanup --enable-most-builds list X-Git-Tag: v2.23-rc1~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a3dcbdc5a4aadec53724c59a02f8abb299dd7c3;p=thirdparty%2Futil-linux.git build-sys: cleanup --enable-most-builds list Signed-off-by: Sami Kerola --- diff --git a/configure.ac b/configure.ac index 16255b131c..e937736b6d 100644 --- a/configure.ac +++ b/configure.ac @@ -673,15 +673,17 @@ AC_ARG_ENABLE([most-builds], ) if test "x$enable_most_builds" = xyes; then enable_arch=check + enable_chfn_chsh=yes + enable_chkdupexe=yes enable_elvtune=check - enable_tunelp=yes enable_last=yes enable_line=yes enable_mesg=yes + enable_newgrp=yes enable_reset=yes + enable_socket_activation=yes + enable_tunelp=yes enable_vipw=yes - enable_chfn_chsh=yes - enable_newgrp=yes enable_write=yes fi