[Pkg-libvirt-commits] [libguestfs] 03/165: configure: Make sure grep matches qemu 2.x version string.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:24:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 101d728e80cce73b882aac7af457013491d03311
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Apr 22 22:21:57 2014 -0400
configure: Make sure grep matches qemu 2.x version string.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 34e4ddb..bb1a361 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])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list