mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
build-sys: temporarily lower libmount version check
util-linux 2.27.1's configure.ac still claims to be 2.27.0, which breaks our version check. Lower it back to 2.27.0 until util-linux gets a fixed tarball. See #1754
This commit is contained in:
parent
8ba576d0e6
commit
8218743e1e
@ -437,7 +437,7 @@ AM_CONDITIONAL(HAVE_BLKID, [test "$have_blkid" = "yes"])
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
have_libmount=no
|
||||
PKG_CHECK_MODULES(MOUNT, [ mount >= 2.27.1 ],
|
||||
PKG_CHECK_MODULES(MOUNT, [ mount >= 2.27 ],
|
||||
[AC_DEFINE(HAVE_LIBMOUNT, 1, [Define if libmount is available]) have_libmount=yes], have_libmount=no)
|
||||
if test "x$have_libmount" = xno; then
|
||||
AC_MSG_ERROR([*** libmount support required but libraries not found])
|
||||
|
Loading…
Reference in New Issue
Block a user