]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Remove bashism and replace 'test ==' with 'test ='
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Nov 2010 20:38:27 +0000 (21:38 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Nov 2010 20:38:27 +0000 (21:38 +0100)
commit09c8c2e3edcb186ad764c40a6350e6f59f2b512c
tree7cf3b132dce02d37a8646d9d82a9c63dc9ed7975
parente3acfcefe3ce5d5e6a7c85a44b35832df628a336
configure: Remove bashism and replace 'test ==' with 'test ='

This also fixes configure problems on FreeBSD, as test doesn't
understand '==' there.
configure.ac