projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
689919b
)
Merge pull request #1740 from rubenk/correct-am_cflags
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 18:16:56 +0000
(20:16 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 18:16:56 +0000
(20:16 +0200)
Append -Werror to the right flags
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
eb5d17b
..
4816c75
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6201,7
+6201,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])