]> sourceware.org Git - lvm2.git/commit
configure: fix configure to set proper use_blkid_wiping if autodetected as disabled
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Jan 2016 08:56:07 +0000 (09:56 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Jan 2016 09:01:34 +0000 (10:01 +0100)
commit43b436398ec81c8d0a2dbd2062ce864997d22f26
treec87f371ca71939e7be15c93fc555994e513041c1
parent21028a7903a8ef78e3dbda6afbd245c1cae1aae8
configure: fix configure to set proper use_blkid_wiping if autodetected as disabled

If not using explicit --enable-blkid-wiping/--disable-blkid-wiping
configure option, the configure script tries to enable/disable blkid
wiping feature automatically based on blkid library version found.

The script incorrectly set default value for lvm.conf's
allocation/use_blkid_wiping" setting to "1" (enabled) if proper
blkid library version was not found or the version found was less
than the minimum required. It should be set to "0" in this case.
WHATS_NEW
aclocal.m4
configure
configure.in
This page took 0.036655 seconds and 5 git commands to generate.