From: Thomas Schwinge Date: Fri, 25 May 2012 18:16:13 +0000 (+0200) Subject: arch, eject, elvtune: Gracefully disable on non-Linux platforms. X-Git-Tag: v2.22-rc1~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577900465831235bd402e697b89443b6cbd69428;p=thirdparty%2Futil-linux.git arch, eject, elvtune: Gracefully disable on non-Linux platforms. Signed-off-by: Thomas Schwinge --- diff --git a/configure.ac b/configure.ac index 76f73a1abc..cd8fa4efd6 100644 --- a/configure.ac +++ b/configure.ac @@ -628,9 +628,9 @@ AC_ARG_ENABLE([most-builds], [], enable_most_builds=no ) if test "x$enable_most_builds" = xyes; then - enable_arch=yes + enable_arch=check enable_ddate=yes - enable_elvtune=yes + enable_elvtune=check enable_last=yes enable_line=yes enable_mesg=yes @@ -862,7 +862,7 @@ AC_SUBST([ruman1dir]) AC_ARG_ENABLE([eject], AS_HELP_STRING([--disable-eject], [do not build eject]), - [], enable_eject=yes + [], enable_eject=check ) UL_BUILD_INIT([eject]) UL_REQUIRES_LINUX([eject])