aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index 60ef873e39d..a6f85b66e53 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -21515,7 +21515,7 @@ case "$opsys" in
21515 libs_nsgui= 21515 libs_nsgui=
21516 headerpad_extra=690 21516 headerpad_extra=690
21517 fi 21517 fi
21518 LD_SWITCH_SYSTEM_TEMACS="-prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra" 21518 LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
21519 21519
21520 ## This is here because src/Makefile.in did some extra fiddling around 21520 ## This is here because src/Makefile.in did some extra fiddling around
21521 ## with LD_SWITCH_SYSTEM. The cpp logic was: 21521 ## with LD_SWITCH_SYSTEM. The cpp logic was: