diff options
| author | Glenn Morris | 2011-07-12 06:19:18 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-07-12 06:19:18 -0400 |
| commit | 85cf5029d9d2e07990ccf81386f2940dba8f2f7f (patch) | |
| tree | 9620eed30b987d5433ebc37def6674a469015fdd | |
| parent | 296ba3ee9f7f8d1b9ba0c8dbf0cd8127fd02e9f0 (diff) | |
| download | emacs-85cf5029d9d2e07990ccf81386f2940dba8f2f7f.tar.gz emacs-85cf5029d9d2e07990ccf81386f2940dba8f2f7f.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 2 |
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: |