Make enabling fdformat depend on being a linux build. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> diff --git a/configure.ac b/configure.ac index dd5d3e1..d9d6cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -968,7 +968,7 @@ AM_CONDITIONAL(BUILD_BFS, test "x$build_bfs" = xyes) AC_ARG_ENABLE([fdformat], AS_HELP_STRING([--disable-fdformat], [do not build fdformat]), - [], enable_fdformat=yes + [], enable_fdformat=check ) UL_BUILD_INIT([fdformat]) UL_REQUIRES_LINUX([fdformat])
diff --git a/configure.ac b/configure.ac index dd5d3e1..d9d6cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -968,7 +968,7 @@ AM_CONDITIONAL(BUILD_BFS, test "x$build_bfs" = xyes) AC_ARG_ENABLE([fdformat], AS_HELP_STRING([--disable-fdformat], [do not build fdformat]), - [], enable_fdformat=yes + [], enable_fdformat=check ) UL_BUILD_INIT([fdformat]) UL_REQUIRES_LINUX([fdformat])