Allow --with-bonjour to work with non-macOS implementations of Bonjour.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Nov 2017 22:47:14 +0000 (17:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Nov 2017 22:47:14 +0000 (17:47 -0500)
commit58bc9ea033f7361e4787dc6d29a9ff0b246c8fe4
treeb403ed56175a8872695900dec3420b6a2b720bb6
parent6c05b8150327ca5f58e47ebe4f2dfa235ef930e5
Allow --with-bonjour to work with non-macOS implementations of Bonjour.

On macOS the relevant functions require no special library, but elsewhere
we need to pull in libdns_sd.

Back-patch to supported branches.  No docs change since the docs do not
suggest that this is a Mac-only feature.

Luke Lonergan

Discussion: https://postgr.es/m/2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com
configure
configure.in