]> code.delx.au - gnu-emacs/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Wed, 24 Oct 2012 10:17:36 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 24 Oct 2012 10:17:36 +0000 (06:17 -0400)
autogen/config.in

index c5f32371dd77b30f8ce350e9fe4a1dd50bc3edc2..8fe2170d89d66f9aa744bcf914535e5a8a94981c 100644 (file)
@@ -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