]> git.proxmox.com Git - qemu.git/commit
iscsi: look for pkg-config file too
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Feb 2013 17:14:28 +0000 (18:14 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:52:33 +0000 (10:52 -0500)
commit0c918dd600fa6b3c7494b3dad743464242948a7a
tree6e47490ccd1fece1614e4d410c024f6d98b683fa
parenta8b090ef08872dad68acb2afbb0f81c44c4132e6
iscsi: look for pkg-config file too

Due to library conflicts, Fedora will have to put libiscsi in
/usr/lib/iscsi.  Simplify configuration by using a pkg-config
file.  The Fedora package will distribute one, and the patch
to add it has been sent to upstream libiscsi as well.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 3c33ea9640758bb625e110a77673e5abfd184e54)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure