[Libguestfs] [PATCH] Fix qemu version check

Hilko Bengen bengen at hilluzination.de
Tue Apr 22 19:21:17 UTC 2014


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ab072c3..9c398e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -777,7 +777,7 @@ working.
         fi
 
         AC_MSG_CHECKING([for $QEMU version >= 1])
-        if $QEMU -version | grep -sq 'version @<:@1-@:>@'; then
+        if $QEMU -version | grep -sq 'version @<:@1-9@:>@'; then
             AC_MSG_RESULT([yes])
         else
             AC_MSG_RESULT([no])
-- 
1.9.2




More information about the Libguestfs mailing list