From cd4acb2b817e976795bab0df0981c2dbabbbfeed Mon Sep 17 00:00:00 2001 From: "Mikael Falkvidd git@mjo.se" Date: Fri, 3 Aug 2018 21:17:12 +0200 Subject: [PATCH] Add CPPFLAGS to configure output Printing the CPPFLAGS might help people notice when they are not including all parameters on one line. --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index ddf76665..27905be1 100755 --- a/configure +++ b/configure @@ -663,6 +663,8 @@ else printf " ${OK} Encryption: Disabled.\n" fi +printf " ${OK} CPPFLAGS: $CPPFLAGS\n" + LDFLAGS="-pthread $LDFLAGS" CPPFLAGS="$CPUFLAGS $CPPFLAGS" @@ -676,7 +678,7 @@ elif [ -f /etc/init.d/cron ] && [ ! -h /etc/init.d/cron ]; then INIT_SYSTEM=sysvinit printf " ${OK} Init system detected: sysvinit.\n" else - printf " ${FAILED} Unknown init system." + printf " ${FAILED} Unknown init system.\n" fi printf "${SECTION} Saving configuration.\n"