]> git.ipfire.org Git - thirdparty/libvirt.git/commit
m4: Don't enable bash-completion by default
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jan 2018 21:11:15 +0000 (22:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Jan 2018 09:43:30 +0000 (10:43 +0100)
commit72ac507f42664f6eb26c623c48495e3ef681975d
tree808d3b863f1dcc060f85f500631391dac4caf0a8
parentb1afeda98d0ad5cdde4767f5e06d214dd061d3e3
m4: Don't enable bash-completion by default

Due to the way that check logic was written we basically enabled
bash completion whenever readline was enabled. This is not right
because it made bash-completion pkg-config module required.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
m4/virt-bash-completion.m4