mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
configure.ac: fix support for LOCKDIDM
Commit 7a8b7b4adde5c31c79aee8b0792cd8369652afc6 introducing lockidm support missed to use AC_SUBST() for a variable and provide it only in prebuilt configure, so with the next autoreconf this variable was lost and IDM support was no longer compiled. Fixes: https://github.com/lvmteam/lvm2/issues/98 Reported-by: Tom Prohofsky
This commit is contained in:
parent
7f2864b5b1
commit
b6efa827ee
@ -1826,6 +1826,7 @@ AC_SUBST(BUILD_LVMLOCKD)
|
|||||||
AC_SUBST(BUILD_LOCKDSANLOCK)
|
AC_SUBST(BUILD_LOCKDSANLOCK)
|
||||||
AC_SUBST(BUILD_LOCKDDLM)
|
AC_SUBST(BUILD_LOCKDDLM)
|
||||||
AC_SUBST(BUILD_LOCKDDLM_CONTROL)
|
AC_SUBST(BUILD_LOCKDDLM_CONTROL)
|
||||||
|
AC_SUBST(BUILD_LOCKDIDM)
|
||||||
AC_SUBST(BUILD_DMFILEMAPD)
|
AC_SUBST(BUILD_DMFILEMAPD)
|
||||||
AC_SUBST(CACHE)
|
AC_SUBST(CACHE)
|
||||||
AC_SUBST(CFLAGS)
|
AC_SUBST(CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user