From: collectd bot <32910397+collectd-bot@users.noreply.github.com> Date: Wed, 24 Jul 2019 07:30:27 +0000 (+0200) Subject: Auto-Merge pull request #3229 from mrunge/cppflags_backport X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=facf07974ecd2d2da1972a1b2d1eb28ccb37297c;hp=f0cc3ecee2c19a0b5bd907d9d2fb190dbf1beb17 Auto-Merge pull request #3229 from mrunge/cppflags_backport Automatically merged due to "Automerge" label --- diff --git a/configure.ac b/configure.ac index ac072b02..a1ce009a 100644 --- a/configure.ac +++ b/configure.ac @@ -5771,7 +5771,7 @@ if test "x$with_libxmms" = "xyes"; then fi if test "x$with_libxmms" = "xyes"; then - SAVE_CPPFLAGS="$CFLAGS" + SAVE_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$with_xmms_cflags" AC_CHECK_HEADER([xmmsctrl.h], diff --git a/src/network.c b/src/network.c index cf2f8114..8acf84b1 100644 --- a/src/network.c +++ b/src/network.c @@ -381,7 +381,7 @@ static bool check_send_notify_okay(const notification_t *n) /* {{{ */ LOG_ERR, &complain_forwarding, "network plugin: A notification has been received via the network " "and forwarding is enabled. Forwarding of notifications is currently " - "not supported, because there is not loop-deteciton available. " + "not supported, because there is not loop-detection available. " "Please contact the collectd mailing list if you need this " "feature."); }