arch, eject, elvtune: Gracefully disable on non-Linux platforms.

Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
This commit is contained in:
Thomas Schwinge 2012-05-25 20:16:13 +02:00 committed by Karel Zak
parent c4ecde8144
commit 5779004658
1 changed files with 3 additions and 3 deletions

View File

@ -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])