Skip to content

Commit

Permalink
configure.ac: fix support for LOCKDIDM
Browse files Browse the repository at this point in the history
Commit 7a8b7b4 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: lvmteam/lvm2#98
Reported-by: Tom Prohofsky
  • Loading branch information
Zdenek Kabelac committed Feb 13, 2023
1 parent 7f2864b commit b6efa82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,7 @@ AC_SUBST(BUILD_LVMLOCKD)
AC_SUBST(BUILD_LOCKDSANLOCK)
AC_SUBST(BUILD_LOCKDDLM)
AC_SUBST(BUILD_LOCKDDLM_CONTROL)
AC_SUBST(BUILD_LOCKDIDM)
AC_SUBST(BUILD_DMFILEMAPD)
AC_SUBST(CACHE)
AC_SUBST(CFLAGS)
Expand Down

0 comments on commit b6efa82

Please sign in to comment.