summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2022-09-14 15:16:30 +0200
committerMarian Csontos <mcsontos@redhat.com>2022-09-14 15:16:30 +0200
commita2d33cdfc516d946d390645cc694e745008b6fc0 (patch)
treecd36f27bfa648d632a754d63b10fbec09a452f60 /include
parentbf386411b87047e37e394b3c46c336507c80bd68 (diff)
downloadlvm2-a2d33cdfc516d946d390645cc694e745008b6fc0.tar.gz
configure: update
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index 584c2b4f1..e7abca2f1 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -127,9 +127,8 @@
/* Define to 1 to include the LVM editline shell. */
#undef EDITLINE_SUPPORT
-/* Paths to binaries. */
+/* Path to fsadm binary. */
#undef FSADM_PATH
-#undef LVRESIZE_FS_HELPER_PATH
/* Define to use GNU versioning in the shared library. */
#undef GNU_SYMVER
@@ -599,6 +598,9 @@
/* Path to lvm binary. */
#undef LVM_PATH
+/* Path to lvresize_fs_helper script. */
+#undef LVRESIZE_FS_HELPER_PATH
+
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
#undef MAJOR_IN_MKDEV