]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: use 'check' for all utils with dependencies
authorKarel Zak <kzak@redhat.com>
Thu, 25 Apr 2013 07:26:43 +0000 (09:26 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 25 Apr 2013 07:26:43 +0000 (09:26 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 65293fa62ed41c2087536d16e2637f8d2dd51d01..e9dfd0918e4ad7856947131f787d18a70c0ba22a 100644 (file)
@@ -1216,7 +1216,7 @@ fi
 
 AC_ARG_ENABLE([login],
   AS_HELP_STRING([--disable-login], [do not build login]),
-  [], enable_login=yes
+  [], enable_login=check
 )
 UL_BUILD_INIT([login])
 UL_REQUIRES_HAVE([login], [security_pam_misc_h], [PAM header file])
@@ -1251,7 +1251,7 @@ AM_CONDITIONAL(BUILD_SULOGIN, test "x$build_sulogin" = xyes)
 
 AC_ARG_ENABLE([su],
   AS_HELP_STRING([--disable-su], [do not build su]),
-  [], enable_su=yes
+  [], enable_su=check
 )
 UL_BUILD_INIT([su])
 UL_REQUIRES_HAVE([su], [security_pam_misc_h], [PAM header file])
@@ -1260,7 +1260,7 @@ AM_CONDITIONAL(BUILD_SU, test "x$build_su" = xyes)
 
 AC_ARG_ENABLE([runuser],
   AS_HELP_STRING([--disable-runuser], [do not build runuser]),
-  [], enable_runuser=yes
+  [], enable_runuser=check
 )
 UL_BUILD_INIT([runuser])
 UL_REQUIRES_HAVE([runuser], [security_pam_misc_h], [PAM header file])