summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-11-12 06:57:38 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-11-12 06:57:38 +0000
commit022baa004c32ea4d6e84bc253c58f23876b41316 (patch)
tree4101a48588fb7fe706c9a96cb6d66f36a120cf5d /configure.in
parent76ca0216162399ddd8a3c4ee9cce2b7eb059c6f2 (diff)
downloadxmlsec1-022baa004c32ea4d6e84bc253c58f23876b41316.tar.gz
xmlsec1-022baa004c32ea4d6e84bc253c58f23876b41316.tar.bz2
xmlsec1-022baa004c32ea4d6e84bc253c58f23876b41316.zip
created xmlSecKey
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6afd946c..a45e93f7 100644
--- a/configure.in
+++ b/configure.in
@@ -565,7 +565,7 @@ dnl ==========================================================================
AC_MSG_CHECKING(for pedantic compilation)
AC_ARG_ENABLE(pedantic, [ --enable-pedantic enable pedantic compilation flags (no)])
if test "$enable_pedantic" = "yes" ; then
- dnl XMLSEC_PEDANTIC="-pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
+ dnl XMLSEC_PEDANTIC="-pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
XMLSEC_PEDANTIC="-pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
CFLAGS="$CFLAGS $XMLSEC_PEDANTIC"
AC_MSG_RESULT(yes)