From: Paul Eggert Date: Fri, 1 Feb 2019 16:45:20 +0000 (-0800) Subject: Stop using macOS -prebind option X-Git-Tag: emacs-27.0.90~3694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08dc1a371f7b0b88b3961fd37cca8a1717a94a7d;p=emacs.git Stop using macOS -prebind option * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Remove -prebind, which has been obsolete and ineffective since Mac OS X 10.4 (2005), which was never necessary for correct operation, and which now generates annoying warnings. Problem reported by Robert Pluim in: https://lists.gnu.org/r/emacs-devel/2019-01/msg00761.html --- diff --git a/configure.ac b/configure.ac index 75297194299..16491a95d56 100644 --- a/configure.ac +++ b/configure.ac @@ -5395,7 +5395,7 @@ case "$opsys" in else libs_nsgui= fi - LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra" + LD_SWITCH_SYSTEM_TEMACS="-fno-pie $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra" ## This is here because src/Makefile.in did some extra fiddling around ## with LD_SWITCH_SYSTEM. It seems cleaner to put this in