emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110648: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110648: Auto-commit of generated files.
Date: Wed, 24 Oct 2012 06:17:36 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110648
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-24 06:17:36 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-10-09 10:17:32 +0000
+++ b/autogen/config.in 2012-10-24 10:17:36 +0000
@@ -144,7 +144,7 @@
 
 /* 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
   


reply via email to

[Prev in Thread] Current Thread [Next in Thread]