projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0f2b0
)
Append -Werror to the right flags
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 17:20:26 +0000
(19:20 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 17:20:26 +0000
(19:20 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5ab5f0d
..
7aff89a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6199,7
+6199,7
@@
AM_CXXFLAGS="-Wall"
if test "x$enable_werror" != "xno"
then
AM_CFLAGS="$AM_CFLAGS -Werror"
- AM_CXXFLAGS="$AM_CFLAGS -Werror"
+ AM_CXXFLAGS="$AM_C
XX
FLAGS -Werror"
fi
AC_SUBST([AM_CFLAGS])
AC_SUBST([AM_CXXFLAGS])