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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4c38cbebb..0be9f136c 100755 --- a/configure +++ b/configure @@ -13404,7 +13404,7 @@ $as_echo_n "checking whether to enable readline... " >&6; } $as_echo "$READLINE" >&6; } if test "$EDITLINE" = yes; then - for ac_header in editline/readline.h editline/history.h + for ac_header in editline/readline.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -- cgit v1.2.1