mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-05 12:21:40 +00:00
btrfs-progs: Restrict e2fsprogs version for convert
We want to support version 1.41 due to longterm and enterprise distros, make the check explicit. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c54b5a545e
commit
ec4f8776fd
@ -105,7 +105,7 @@ AS_IF([test "x$enable_convert" = xyes], [DISABLE_BTRFSCONVERT=0], [DISABLE_BTRFS
|
||||
AC_SUBST([DISABLE_BTRFSCONVERT])
|
||||
|
||||
if test "x$enable_convert" = xyes; then
|
||||
PKG_CHECK_MODULES(EXT2FS, [ext2fs])
|
||||
PKG_CHECK_MODULES(EXT2FS, [ext2fs >= 1.41])
|
||||
PKG_CHECK_MODULES(COM_ERR, [com_err])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user