]> sourceware.org Git - lvm2.git/commitdiff
configure: Add macro LOCKDIDM_SUPPORT
authorLeo Yan <leo.yan@linaro.org>
Fri, 21 May 2021 02:56:37 +0000 (10:56 +0800)
committerDavid Teigland <teigland@redhat.com>
Fri, 21 May 2021 14:27:30 +0000 (09:27 -0500)
The macro LOCKDIDM_SUPPORT is missed in configure.h.in file, thus when
execute "configure" command, it has no chance to add this macro in the
automatic generated header include/configure.h.

This patch adds macro LOCKDIDM_SUPPORT into configure.h.in.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
include/configure.h.in

index 671d201b2a7e5210acd36ddfafd460b71130e7fd..bcb2826606945efc6a70cd9e45bf2b8f47561335 100644 (file)
 /* Define to 1 to include code that uses lvmlockd sanlock option. */
 #undef LOCKDSANLOCK_SUPPORT
 
+/* Define to 1 to include code that uses lvmlockd IDM option. */
+#undef LOCKDIDM_SUPPORT
+
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
This page took 0.031718 seconds and 5 git commands to generate.