From 834fc88cd40cb81e076dcb87628e6aac9ec43d0f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 10 Apr 2013 22:38:54 +0200 Subject: build-sys: add --disable-bfs Signed-off-by: Karel Zak --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7d1f56738..e21b17cc2 100644 --- a/configure.ac +++ b/configure.ac @@ -958,6 +958,14 @@ UL_REQUIRES_HAVE([cramfs], [z], [z library]) AM_CONDITIONAL(BUILD_CRAMFS, test "x$build_cramfs" = xyes) +AC_ARG_ENABLE([BUILD_BFS], + AS_HELP_STRING([--disable-bfs], [do not build mkfs.bfs]), + [], enable_bfs=yes +) +UL_BUILD_INIT([bfs]) +AM_CONDITIONAL(BUILD_BFS, test "x$build_bfs" = xyes) + + if test "x$have_io" = xyes -o "x$linux_os" = xyes; then build_hwclock=yes fi -- cgit v1.2.3-55-g7522