From e4c981472890655a5113d5b3bd643f62f19d0139 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Mon, 8 Jul 2019 13:23:18 +0200 Subject: [PATCH] Fix bug that leads to CPPFLAGS gets overridden with CFLAGS when libxxms is enabled --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2289aa43..220853ac 100644 --- 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="$CPPFLAGS" CPPFLAGS="$with_xmms_cflags" AC_CHECK_HEADER([xmmsctrl.h], -- 2.11.0