summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4e9b5f4ee..18ed3fe0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -868,6 +868,7 @@ AC_ARG_ENABLE([eject],
)
UL_BUILD_INIT([eject])
UL_REQUIRES_LINUX([eject])
+AM_CONDITIONAL(BUILD_EJECT, test "x$build_eject" = xyes)
AC_ARG_ENABLE([agetty],
@@ -878,8 +879,6 @@ UL_BUILD_INIT([agetty])
AM_CONDITIONAL(BUILD_AGETTY, test "x$build_agetty" = xyes)
-
-
AC_ARG_ENABLE([cramfs],
AS_HELP_STRING([--disable-cramfs], [do not build fsck.cramfs, mkfs.cramfs]),
[], enable_cramfs=check