fdformat: remove command from default build

It should be safe assumption a command related to floppy disks does not
need to be part of default build.  Notice that the reference commit removed
floppy driver from linux about year ago.  Virtual floppies might exist they
should not need low-level formatting.  But if someone really needs this
enabling the build in that case is better than pushing the binary by
default to many many systems that install util-linux.

Reference: 47d6a76074
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2020-11-11 21:10:32 +00:00
parent 32a4efc567
commit 13b26e3c36
No known key found for this signature in database
GPG Key ID: 0D46FEF7E61DBB46
1 changed files with 2 additions and 2 deletions

View File

@ -1504,8 +1504,8 @@ AM_CONDITIONAL([BUILD_MINIX], [test "x$build_minix" = xyes])
AC_ARG_ENABLE([fdformat],
AS_HELP_STRING([--disable-fdformat], [do not build fdformat]),
[], [UL_DEFAULT_ENABLE([fdformat], [check])]
AS_HELP_STRING([--enable-fdformat], [build fdformat]),
[], [UL_DEFAULT_ENABLE([fdformat], [no])]
)
UL_BUILD_INIT([fdformat])
UL_REQUIRES_LINUX([fdformat])