summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2021-03-22 10:50:42 +0100
committerMarian Csontos <mcsontos@redhat.com>2021-03-22 11:37:19 +0100
commitb6cff47bdeef4906d675dad71277a706db0b9127 (patch)
treeaee0b1926c41bec90dac19d5b92ec9e70d3a3aed /configure
parentd6bc11bf724be4ebfd87dc60a172da2b0e4df8d9 (diff)
downloadlvm2-b6cff47bdeef4906d675dad71277a706db0b9127.tar.gz
lvm: Fix editline compilation
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"