Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 2341772..b0d5bd9 100755 --- a/configure +++ b/configure @@ -1414,7 +1414,7 @@ if test "$kvm_cap_pit" != "no" ; then #endif int main(void) { return 0; } EOF - if compile_prog $kvm_cflags ""; then + if compile_prog "$kvm_cflags" ""; then kvm_cap_pit=yes else if test "$kvm_cap_pit" = "yes" ; then @@ -1438,7 +1438,7 @@ if test "$kvm_cap_device_assignment" != "no" ; then #endif int main(void) { return 0; } EOF - if compile_prog $kvm_cflags "" ; then + if compile_prog "$kvm_cflags" "" ; then kvm_cap_device_assignment=yes else if test "$kvm_cap_device_assignment" = "yes" ; then -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html