]> granicus.if.org Git - pgbouncer/commit
Fix reporting of adns implementation in configure
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 18 Sep 2019 07:56:37 +0000 (09:56 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 18 Sep 2019 07:56:37 +0000 (09:56 +0200)
commit10efab54d7ac40361e999469bf410cb056905a65
tree4d7216165120790c20c800dc19bf79d15661ba21
parent97b2bbd5640590ca5ed7df63c7cdbbab90c192a7
Fix reporting of adns implementation in configure

This was slightly broken by 748c83e5d8b05448725ce8a69213ed620a53d431
in the sense that configure would report both, say, c-ares and evdns
as "yes" without indication which one would actually be used.  Clean
that logic up a bit and report the actually used implementation at the
end of configure in a clearer way.  Also improve the documentation in
README.md around this.

Also clean up the build matrix in .travis.yml and remove a redundant
configuration.
.travis.yml
README.md
configure.ac