]> git.ipfire.org Git - thirdparty/libvirt.git/commit
m4: Check for rl_completion_quote_character
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 14 Jan 2018 13:29:32 +0000 (14:29 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Jan 2018 16:59:26 +0000 (17:59 +0100)
commit74416b1d4849ef77ef31de5344dd75f03094434b
tree89aee4d681fe659281003e5f5e60b1d673d4d455
parent0d6d5de53e9f2753d3eac0e8069cb7f7e089c2c9
m4: Check for rl_completion_quote_character

Apparently we can't assume that people run readline recent enough
to have rl_completion_quote_character (added in readline-5.0
released in 2011). However, we can't compile without it. So if
not present, disable readline.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
m4/virt-readline.m4