diff options
| author | Paul Eggert | 2012-09-01 11:54:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-01 11:54:38 -0700 |
| commit | 2d3800d2cf34188b0b3ee30012d09f3426b9ae01 (patch) | |
| tree | c9a2790bfe06c2a952a1c0d4b791649b3dbe3783 /ChangeLog | |
| parent | 78dd6ab19818ddbd6995e58b6eccd3e19899aba1 (diff) | |
| download | emacs-2d3800d2cf34188b0b3ee30012d09f3426b9ae01.tar.gz emacs-2d3800d2cf34188b0b3ee30012d09f3426b9ae01.zip | |
* configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
This ports to glibc 2.15 or later, when configured with
--enable-gcc-warnings. See Eric Blake in
<http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac (_FORTIFY_SOURCE): Define only when optimizing. | ||
| 4 | This ports to glibc 2.15 or later, when configured with | ||
| 5 | --enable-gcc-warnings. See Eric Blake in | ||
| 6 | <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>. | ||
| 7 | |||
| 1 | 2012-09-01 Daniel Colascione <dan.colascione@gmail.com> | 8 | 2012-09-01 Daniel Colascione <dan.colascione@gmail.com> |
| 2 | 9 | ||
| 3 | * configure.ac: Introduce term_header variable, which holds the | 10 | * configure.ac: Introduce term_header variable, which holds the |