summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-features.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index c5f5583..f258822 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -79,7 +79,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
-Wcast-align -Wformat-security \
-Winit-self -Wmissing-include-dirs -Wundef \
-Wmissing-format-attribute -Wnested-externs"
- CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
+ CPPFLAGS="$CPPFLAGS"
if test x`uname` = x"Linux"; then
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"