mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add missing pkg init
This commit is contained in:
parent
59f8c1767d
commit
767ce95a11
@ -1,5 +1,6 @@
|
||||
Version 2.02.96 -
|
||||
================================
|
||||
Add missing pkg init --with-systemdsystemunitdir in configure.in (2.02.92).
|
||||
Fix division by zero if PV with zero PE count is used during vgcfgrestore.
|
||||
Add initial support for thin pool lvconvert.
|
||||
Fix lvrename for thin volumes (regression in for_each_sub_lv() 2.02.89).
|
||||
|
1
configure
vendored
1
configure
vendored
@ -10243,6 +10243,7 @@ fi
|
||||
if test "${with_systemdsystemunitdir+set}" = set; then :
|
||||
withval=$with_systemdsystemunitdir; systemdsystemunitdir=$withval
|
||||
else
|
||||
test x$PKGCONFIG_INIT != x1 && pkg_config_init
|
||||
pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
|
||||
fi
|
||||
|
||||
|
@ -1293,6 +1293,8 @@ AC_ARG_WITH(systemdsystemunitdir,
|
||||
AC_HELP_STRING([--with-systemdsystemunitdir=DIR],
|
||||
[systemd service files in DIR]),
|
||||
systemdsystemunitdir=$withval,
|
||||
dnl -- init pkgconfig if required
|
||||
test x$PKGCONFIG_INIT != x1 && pkg_config_init
|
||||
pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd))
|
||||
|
||||
if test -n "$pkg_systemdsystemunitdir"; then
|
||||
|
Loading…
Reference in New Issue
Block a user