projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d785ef4
)
Fix bug that leads to CPPFLAGS gets overridden with CFLAGS when libxxms is enabled
author
Dagobert Michelsen
<dam@opencsw.org>
Mon, 8 Jul 2019 11:23:18 +0000
(13:23 +0200)
committer
Dagobert Michelsen
<dam@opencsw.org>
Mon, 8 Jul 2019 11:23:18 +0000
(13:23 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2289aa4
..
220853a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5769,7
+5769,7
@@
if test "x$with_libxmms" = "xyes"; then
fi
if test "x$with_libxmms" = "xyes"; then
- SAVE_CPPFLAGS="$CFLAGS"
+ SAVE_CPPFLAGS="$C
PP
FLAGS"
CPPFLAGS="$with_xmms_cflags"
AC_CHECK_HEADER([xmmsctrl.h],