From: Marko Kreen Date: Wed, 9 Jan 2013 10:28:11 +0000 (+0200) Subject: configure: mention dns config in the end X-Git-Tag: pgbouncer_1_6_rc1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3b93131867b65406e498161733bdbd559f3d5b0;p=pgbouncer configure: mention dns config in the end --- diff --git a/configure.ac b/configure.ac index 2fff46a..b5f01e8 100644 --- a/configure.ac +++ b/configure.ac @@ -194,3 +194,9 @@ test -f Makefile || { ln -s $srcdir/Makefile } +echo "" +echo "Results" +echo " c-ares = $use_cares" +echo " evdns = $use_evdns" +echo " udns = $use_udns" +echo ""