From b6cff47bdeef4906d675dad71277a706db0b9127 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Mon, 22 Mar 2021 10:50:42 +0100 Subject: lvm: Fix editline compilation --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ee21b879d..b92be0db3 100644 --- a/configure.ac +++ b/configure.ac @@ -1420,7 +1420,7 @@ if test "$EDITLINE" == yes; then PKG_CHECK_MODULES([EDITLINE], [libedit], [ AC_DEFINE([EDITLINE_SUPPORT], 1, [Define to 1 to include the LVM editline shell.])], AC_MSG_ERROR( -[libedit could not be found which is required for the --enable-readline option.]) +[libedit could not be found which is required for the --enable-editline option.]) ) fi @@ -1557,7 +1557,7 @@ AC_MSG_CHECKING(whether to enable readline) AC_MSG_RESULT($READLINE) if test "$EDITLINE" = yes; then - AC_CHECK_HEADERS(editline/readline.h editline/history.h,,hard_bailout) + AC_CHECK_HEADERS(editline/readline.h,,hard_bailout) fi AC_MSG_CHECKING(whether to enable editline) AC_MSG_RESULT($EDITLINE) -- cgit v1.2.1