Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: Make sure grep matches qemu 2.x version string.
  • Loading branch information
rwmjones committed Apr 23, 2014
1 parent 4f5dc4a commit 101d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 101d728

Please sign in to comment.