]> git.0d.be Git - empathy.git/commit
configure.ac: improve portability of test(1) calls
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 26 May 2010 10:08:01 +0000 (11:08 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 26 May 2010 10:08:01 +0000 (11:08 +0100)
commit961f968f204547c34ad419786447d1904783497f
tree0560f70b4f6b7ceb982499c81837fe71088eef4a
parent4ba1a8de87f108ad073e388711c4d6b05009851e
configure.ac: improve portability of test(1) calls

The "==" operator isn't POSIX (use "="), and the -a and -o connectors
aren't POSIX (use test foo && test bar, test foo || test bar).
configure.ac