]> git.ipfire.org Git - thirdparty/util-linux.git/commit
wipefs: Allow explicitly enable/disablement
authorSam Voss <sam.voss@gmail.com>
Tue, 15 Oct 2019 02:19:16 +0000 (21:19 -0500)
committerSam Voss <sam.voss@gmail.com>
Tue, 15 Oct 2019 02:19:16 +0000 (21:19 -0500)
commita76cd5f6abace269b60ef6f1b95526a2d09fd331
treee4952e2103427577d2ec59910eade8d15ded6385
parent9ae113ca7343ba7d0a9c0c2e8eb572f811b31262
wipefs: Allow explicitly enable/disablement

Currently if `--disable-all-packages` is set, there is no configure
option for re-enabling `wipefs`.

As the current default for `wipefs` is "enabled", add `--disable-` flag
to maintain backward compatibility.

Signed-off-by: Sam Voss <sam.voss@gmail.com>
configure.ac