diff options
| author | Glenn Morris | 2012-10-24 06:17:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-24 06:17:36 -0400 |
| commit | 4e79d09a237fe27c0a3d79ddb67642389f414614 (patch) | |
| tree | 899f98c4a2b976ab1ecb7ceff688b4e33dc7ca49 | |
| parent | 39a58b5b51a881b4960600814653c3efd8e1ffb9 (diff) | |
| download | emacs-4e79d09a237fe27c0a3d79ddb67642389f414614.tar.gz emacs-4e79d09a237fe27c0a3d79ddb67642389f414614.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/config.in b/autogen/config.in index c5f32371dd7..8fe2170d89d 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -144,7 +144,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 144 | 144 | ||
| 145 | /* Enable compile-time and run-time bounds-checking, and some warnings, | 145 | /* Enable compile-time and run-time bounds-checking, and some warnings, |
| 146 | without upsetting glibc 2.15+. */ | 146 | without upsetting glibc 2.15+. */ |
| 147 | #if defined __OPTIMIZE__ && __OPTIMIZE__ | 147 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ |
| 148 | # define _FORTIFY_SOURCE 2 | 148 | # define _FORTIFY_SOURCE 2 |
| 149 | #endif | 149 | #endif |
| 150 | 150 | ||