From: Glenn Morris Date: Wed, 24 Oct 2012 10:17:36 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.2.90~209^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e79d09a237fe27c0a3d79ddb67642389f414614;p=emacs.git Auto-commit of generated files. --- 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 . */ /* 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