]> xenbits.xensource.com Git - libvirt.git/commit
m4: readline: Drop extra_LIBS machinery
authorAndrea Bolognani <abologna@redhat.com>
Tue, 9 Apr 2019 13:49:22 +0000 (15:49 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 12 Apr 2019 14:22:26 +0000 (16:22 +0200)
commitc6921fd0be311bb76e21d199f1668dbb58ca6080
treed570d5c24118d8c6d16ed3d165f5dbd6b0aa79fe
parent9a063767f452ce413e2176a2a1ee4c980f436b4a
m4: readline: Drop extra_LIBS machinery

The first implementation of this logic was introduced with
commit 2ec759fc58fe all the way back in 2007; looking at the
build logs from our CI environment, however, it's apparent
that none of the platforms we currently target are actually
using it, so we can assume whatever issue it was working
around has been fixed at some point in the last 12 years.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-readline.m4