]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix configure check for SASL
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 21 Dec 2009 17:58:09 +0000 (18:58 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 22 Dec 2009 12:04:50 +0000 (13:04 +0100)
commit156e36a23860e05a8c07ad08536d1ff799b5f049
tree27013b7df8a1c20e501615c3e47d8fefd1320fb7
parentcf30da7a2508132e79c38dc50ad9f47d0bbaddff
Fix configure check for SASL

The option --with-sasl defaults to 'check', but an inverted test logic
lets the SASL check fail with an error instead of disabling SASL.
Fix the test logic so SASL support gets disabled if SASL is missing and
--with-sasl is set to check.
configure.in