From: Samuel Thibault Date: Wed, 10 Apr 2013 22:43:27 +0000 (+0200) Subject: build-sys: fix non-linux build X-Git-Tag: v2.23~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8867ac208a50f8e25325e01d18c238427e7aa2bd;p=thirdparty%2Futil-linux.git build-sys: fix non-linux build Make enabling fdformat depend on being a linux build. Signed-off-by: Samuel Thibault --- diff --git a/configure.ac b/configure.ac index cde156c73c..65293fa62e 100644 --- a/configure.ac +++ b/configure.ac @@ -971,7 +971,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])