From 6e611b51be9faba4f0df300afeededb8de6db92e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sat, 13 Jul 2013 14:44:26 +1000 Subject: [PATCH] Remove FORTIFY_SOURCE from define lists FORTIFY_SOURCE is pre-defined on newer GCC anyway, and it was never particularly important anyway. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index e46f8d52..ce86e6f6 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,6 @@ if test "x$ac_cv_debugging" = "xyes"; then fi AC_DEFINE([ENABLE_DEBUGGING], [], [Description]) - AC_DEFINE([_FORTIFY_SOURCE], [2], [Description]) AC_DEFINE([_GLIBCXX_DEBUG], [], [Description]) else