summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-02-10 22:53:43 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2023-02-13 14:30:47 +0100
commitb6efa827ee764d0297ee1631f3a96507a18f9488 (patch)
tree7d966cbdf837e52927f96dbc87c935fcf7dc6cd7 /configure.ac
parent7f2864b5b1b1174846c3131f6c3962bd3806da72 (diff)
downloadlvm2-b6efa827ee764d0297ee1631f3a96507a18f9488.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1c4d5fd1f..ae7b9d8c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)