Remove FORTIFY_SOURCE from define lists

FORTIFY_SOURCE is pre-defined on newer GCC anyway, and it was never
particularly important anyway.
This commit is contained in:
Danny Robson 2013-07-13 14:44:26 +10:00
parent db18432f1c
commit 6e611b51be

View File

@ -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