diff options
| author | Glenn Morris | 2013-09-09 14:14:50 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-09 14:14:50 -0400 |
| commit | d7646461cf8903ae65546025c74d6f6aac577461 (patch) | |
| tree | 6edd18df11c8711836cda77ac1b455f9dc4613ad | |
| parent | 068af12195bfc9eb552936f7b52e2a4501e60593 (diff) | |
| download | emacs-d7646461cf8903ae65546025c74d6f6aac577461.tar.gz emacs-d7646461cf8903ae65546025c74d6f6aac577461.zip | |
Restore portions of my comment, which I found less clear after copyedits
| -rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a9ea5d7a58f..ab2e48b6f0f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1026,10 +1026,13 @@ dnl (Don't use `-z nocombreloc' as -z takes no arg on Irix.) | |||
| 1026 | dnl Treat GCC specially since it just gives a non-fatal `unrecognized option' | 1026 | dnl Treat GCC specially since it just gives a non-fatal `unrecognized option' |
| 1027 | dnl if not built to support GNU ld. | 1027 | dnl if not built to support GNU ld. |
| 1028 | 1028 | ||
| 1029 | dnl Adding -znocombreloc to LDFLAGS rather than LD_SWITCH_SYSTEM_TEMACS is: | 1029 | dnl For a long time, -znocombreloc was added to LDFLAGS rather than |
| 1030 | dnl * inappropriate, as LDFLAGS is a build option but this is essential. See: | 1030 | dnl LD_SWITCH_SYSTEM_TEMACS. That is: |
| 1031 | dnl * inappropriate, as LDFLAGS is a user option but this is essential. | ||
| 1032 | dnl Eg "make LDFLAGS=... all" could run into problems, | ||
| 1031 | dnl http://bugs.debian.org/684788 | 1033 | dnl http://bugs.debian.org/684788 |
| 1032 | dnl * unnecessary, since temacs is the only thing that actually needs it. See: | 1034 | dnl * unnecessary, since temacs is the only thing that actually needs it. |
| 1035 | dnl Indeed this is where it was originally, prior to: | ||
| 1033 | dnl http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html | 1036 | dnl http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html |
| 1034 | late_LDFLAGS="$LDFLAGS" | 1037 | late_LDFLAGS="$LDFLAGS" |
| 1035 | if test x$GCC = xyes; then | 1038 | if test x$GCC = xyes; then |