]> git.proxmox.com Git - qemu.git/commit
don't run pkg-config for features explicitly disabled
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 25 May 2013 09:17:21 +0000 (13:17 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 1 Jun 2013 10:25:38 +0000 (14:25 +0400)
commita3605bf696a30e793d375b6c4ff1fd88ec546010
tree8b357faa7a205e725c0b1baca7081668c56e4e28
parentdec3fc9657e0682637de4d5a29d947284d01985c
don't run pkg-config for features explicitly disabled

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 <mjt@tls.msk.ru>
configure