summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-24 06:17:36 -0400
committerGlenn Morris <rgm@gnu.org>2012-10-24 06:17:36 -0400
commit4e79d09a237fe27c0a3d79ddb67642389f414614 (patch)
tree899f98c4a2b976ab1ecb7ceff688b4e33dc7ca49 /autogen
parent39a58b5b51a881b4960600814653c3efd8e1ffb9 (diff)
downloademacs-4e79d09a237fe27c0a3d79ddb67642389f414614.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r--autogen/config.in2
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/>. */
/* Enable compile-time and run-time bounds-checking, and some warnings,
without upsetting glibc 2.15+. */
- #if defined __OPTIMIZE__ && __OPTIMIZE__
+ #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
# define _FORTIFY_SOURCE 2
#endif