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)
commit9b9cb3c4534d717c1c95758670198ebbf8a20af2
tree3a1d187b679c021ce2485010229c49798df30d8f
parentbd65e0c62486e6108a7dc824f918754a13072f7a
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