summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-18 15:43:28 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-18 15:43:28 +0000
commit00c12a28e774c5a8ae010918e8602f8da3698814 (patch)
tree127551fccd4a9737b9f3f3245b0d9685f8439459 /configure.ac
parent4a963e5f1fdac9c1d4d404fe75ea2ceaf93ae37d (diff)
downloadrsyslog-00c12a28e774c5a8ae010918e8602f8da3698814.tar.gz
rsyslog-00c12a28e774c5a8ae010918e8602f8da3698814.tar.xz
rsyslog-00c12a28e774c5a8ae010918e8602f8da3698814.zip
more cleanup; restored compatibility to non-gcc compilers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa8d93f8..ff8587af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_HEADER([config.h])
AC_PROG_CC
AM_PROG_CC_C_O
if test "$GCC" = "yes"
-then CFLAGS="$CFLAGS -W -Wall -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g"
+then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g"
fi
AC_CANONICAL_HOST