forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89df643
committed
Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."
Upon further review, our Bonjour code doesn't actually work with theAvahi not-too-compatible compatibility library. While you can get itto work on non-macOS platforms if you link to Apple's own mDNSRespondercode, there don't seem to be many people who care about that. Leaving inthe AC_SEARCH_LIBS call seems more likely to encourage people to buildbroken configurations than to do anything very useful.Hence, remove the AC_SEARCH_LIBS call and put in a warning comment instead.Discussion:https://postgr.es/m/2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com1 parent9042e92 commit89df643
2 files changed
+6
-93
lines changedLines changed: 0 additions & 91 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14775 | 14775 |
| |
14776 | 14776 |
| |
14777 | 14777 |
| |
14778 |
| - | |
14779 |
| - | |
14780 |
| - | |
14781 |
| - | |
14782 |
| - | |
14783 |
| - | |
14784 |
| - | |
14785 |
| - | |
14786 |
| - | |
14787 |
| - | |
14788 |
| - | |
14789 |
| - | |
14790 |
| - | |
14791 |
| - | |
14792 |
| - | |
14793 |
| - | |
14794 |
| - | |
14795 |
| - | |
14796 |
| - | |
14797 |
| - | |
14798 |
| - | |
14799 |
| - | |
14800 |
| - | |
14801 |
| - | |
14802 |
| - | |
14803 |
| - | |
14804 |
| - | |
14805 |
| - | |
14806 |
| - | |
14807 |
| - | |
14808 |
| - | |
14809 |
| - | |
14810 |
| - | |
14811 |
| - | |
14812 |
| - | |
14813 |
| - | |
14814 |
| - | |
14815 |
| - | |
14816 |
| - | |
14817 |
| - | |
14818 |
| - | |
14819 |
| - | |
14820 |
| - | |
14821 |
| - | |
14822 |
| - | |
14823 |
| - | |
14824 |
| - | |
14825 |
| - | |
14826 |
| - | |
14827 |
| - | |
14828 |
| - | |
14829 |
| - | |
14830 |
| - | |
14831 |
| - | |
14832 |
| - | |
14833 |
| - | |
14834 |
| - | |
14835 |
| - | |
14836 |
| - | |
14837 |
| - | |
14838 |
| - | |
14839 |
| - | |
14840 |
| - | |
14841 |
| - | |
14842 |
| - | |
14843 |
| - | |
14844 |
| - | |
14845 |
| - | |
14846 |
| - | |
14847 |
| - | |
14848 |
| - | |
14849 |
| - | |
14850 |
| - | |
14851 |
| - | |
14852 |
| - | |
14853 |
| - | |
14854 |
| - | |
14855 |
| - | |
14856 |
| - | |
14857 |
| - | |
14858 |
| - | |
14859 |
| - | |
14860 |
| - | |
14861 |
| - | |
14862 |
| - | |
14863 |
| - | |
14864 |
| - | |
14865 |
| - | |
14866 |
| - | |
14867 |
| - | |
14868 |
| - | |
14869 | 14778 |
| |
14870 | 14779 |
| |
14871 | 14780 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1145 | 1145 |
| |
1146 | 1146 |
| |
1147 | 1147 |
| |
1148 |
| - | |
1149 |
| - | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
1150 | 1154 |
| |
1151 | 1155 |
| |
1152 | 1156 |
| |
|
0 commit comments
Comments
(0)