]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix non-linux build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 10 Apr 2013 22:43:27 +0000 (00:43 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 25 Apr 2013 07:23:40 +0000 (09:23 +0200)
Make enabling fdformat depend on being a linux build.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
configure.ac

index cde156c73ccc7de9ec84ede1068049d8453ace4d..65293fa62ed41c2087536d16e2637f8d2dd51d01 100644 (file)
@@ -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])