From a2d33cdfc516d946d390645cc694e745008b6fc0 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 14 Sep 2022 15:16:30 +0200 Subject: configure: update --- include/configure.h.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') 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 . */ #undef MAJOR_IN_MKDEV -- cgit v1.2.1