From: Gerd Hoffmann <[email protected]>

Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>

diff --git a/configure b/configure
index fdefcf6..ff7e8b2 100755
--- a/configure
+++ b/configure
@@ -1424,7 +1424,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
@@ -1448,7 +1448,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
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to