Re: [libvirt] [PATCH v3] tests/Makefile.am: use LIBTOOL variable instead of hardcoded name

2018-05-02 Thread Maciej Wolny
On 02/05/18 17:15, Andrea Bolognani wrote: > On Wed, 2018-05-02 at 12:24 +0200, Andrea Bolognani wrote: >> On Tue, 2018-05-01 at 14:49 +0100, Maciej Wolny wrote: >>> Fixes "can't find libtool" error when running valgrind checks. >>> --- >>> tests/Makefile.am | 2 +- >>> 1 file changed, 1

Re: [libvirt] [PATCH v3] tests/Makefile.am: use LIBTOOL variable instead of hardcoded name

2018-05-02 Thread Andrea Bolognani
On Wed, 2018-05-02 at 12:24 +0200, Andrea Bolognani wrote: > On Tue, 2018-05-01 at 14:49 +0100, Maciej Wolny wrote: > > Fixes "can't find libtool" error when running valgrind checks. > > --- > > tests/Makefile.am | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git

Re: [libvirt] [PATCH v3] tests/Makefile.am: use LIBTOOL variable instead of hardcoded name

2018-05-02 Thread Andrea Bolognani
On Tue, 2018-05-01 at 14:49 +0100, Maciej Wolny wrote: > Fixes "can't find libtool" error when running valgrind checks. > --- > tests/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile.am b/tests/Makefile.am > index 7b93fbde6..05db6b119 100644 >

[libvirt] [PATCH v3] tests/Makefile.am: use LIBTOOL variable instead of hardcoded name

2018-05-01 Thread Maciej Wolny
Fixes "can't find libtool" error when running valgrind checks. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7b93fbde6..05db6b119 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -487,7 +487,7 @@