diff options
| author | Anthony Liguori | 2011-02-01 22:22:48 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2011-02-01 22:22:48 +0100 |
| commit | 9363ee31ab53fc0fd39fbe5936d9c00a2f4e54a4 (patch) | |
| tree | 77c55ab45310cbeced2a05e1f85a109bf2efd481 /configure | |
| parent | Merge remote branch 'spice/usb.5' into staging (diff) | |
| parent | spice: add chardev (v5) (diff) | |
| download | qemu-9363ee31ab53fc0fd39fbe5936d9c00a2f4e54a4.tar.gz qemu-9363ee31ab53fc0fd39fbe5936d9c00a2f4e54a4.tar.xz qemu-9363ee31ab53fc0fd39fbe5936d9c00a2f4e54a4.zip | |
Merge remote branch 'spice/spice.v29.pull' into staging
Conflicts:
trace-events
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2208,9 +2208,9 @@ if test "$spice" != "no" ; then #include <spice.h> int main(void) { spice_server_new(); return 0; } EOF - spice_cflags=$($pkgconfig --cflags spice-protocol spice-server 2>/dev/null) - spice_libs=$($pkgconfig --libs spice-protocol spice-server 2>/dev/null) - if $pkgconfig --atleast-version=0.5.3 spice-server >/dev/null 2>&1 && \ + spice_cflags=$($pkg_config --cflags spice-protocol spice-server 2>/dev/null) + spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null) + if $pkg_config --atleast-version=0.5.3 spice-server >/dev/null 2>&1 && \ compile_prog "$spice_cflags" "$spice_libs" ; then spice="yes" libs_softmmu="$libs_softmmu $spice_libs" |
