summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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