Auto-Merge pull request #3229 from mrunge/cppflags_backport
authorcollectd bot <32910397+collectd-bot@users.noreply.github.com>
Wed, 24 Jul 2019 07:30:27 +0000 (09:30 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 07:30:27 +0000 (09:30 +0200)
Automatically merged due to "Automerge" label

configure.ac
src/network.c

index ac072b0..a1ce009 100644 (file)
@@ -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],
index cf2f811..8acf84b 100644 (file)
@@ -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.");
   }