aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/>. */
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