]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: don't use "test cond1 -a cond2" in configure: it's not portable
authorJim Meyering <meyering@redhat.com>
Wed, 24 Mar 2010 08:10:13 +0000 (09:10 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 24 Mar 2010 08:23:46 +0000 (09:23 +0100)
commit7998714d60b997357bfea15d6f2d0f729fc8fb29
treec1ca707762ae9ec9672f7250892dd8caee55b9c7
parentca7db6cb8000cc283fcee7899140d2fc892b0296
build: don't use "test cond1 -a cond2" in configure: it's not portable

* configure.ac: Use "test cond1 && test cond2" instead.
configure.ac