[Qemu-devel] [PATCH (trivial)] don't run pkg-config for features explicitly disabled

2013-05-25 Thread Michael Tokarev
We test pkg-config for curses and curl even if those are explicitly disabled. Move these tests inside `if $feature != no' sections. Signed-off-by: Michael Tokarev m...@tls.msk.ru --- configure | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/configure

Re: [Qemu-devel] [PATCH (trivial)] don't run pkg-config for features explicitly disabled

2013-05-25 Thread Andreas Färber
Am 25.05.2013 11:19, schrieb Michael Tokarev: We test pkg-config for curses and curl even if those are explicitly disabled. Move these tests inside `if $feature != no' sections. Signed-off-by: Michael Tokarev m...@tls.msk.ru Reviewed-by: Andreas Färber afaer...@suse.de Andreas -- SUSE