]> xenbits.xensource.com Git - libvirt.git/commit
build: don't use "test cond1 -o cond2": it's not portable
authorEric Blake <eblake@redhat.com>
Wed, 24 Mar 2010 21:31:31 +0000 (15:31 -0600)
committerJim Meyering <meyering@redhat.com>
Thu, 25 Mar 2010 08:28:24 +0000 (09:28 +0100)
commite07cf19fe5765a38d0d24bb084db94a41dd55e6f
tree9dac44b8413f98b8f6e572aa2ba7a290722a2be9
parent5edaf95599952b4d78a7d4a55d83158ffae44396
build: don't use "test cond1 -o cond2": it's not portable

* configure.ac: Use "test cond1 || test cond2" instead.
* m4/compiler-flags.m4 (gl_COMPILER_FLAGS): Likewise.
* tests/test-lib.sh (verbose): Likewise.
configure.ac
m4/compiler-flags.m4
tests/test-lib.sh