]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix build with autoconf 2.59
authorEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 06:29:49 +0000 (00:29 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 06:29:49 +0000 (00:29 -0600)
commitba9c38b430a71ed090e75f21d871fe4d5d51b958
treed48c3513be5690857b6a61a1d6a098b2deb2f6b3
parentf95f1ba4c0f4a06c66b2d9af0d4816ecb25ffb97
build: fix build with autoconf 2.59

Commit 350583c8 broke development on a RHEL 5 box, where the
ancient Autoconf 2.59 lacks AS_VERSION_STRING.  Rather than
backport the complex awk script that newer autoconf uses for
true strverscmp comparisons from the shell, it was easier to
just open-code a shell case statement.

* configure.ac (qemu_version): Open-code a replacement for
AS_VERSION_CHECK.
configure.ac