Add CPPFLAGS to configure output

Printing the CPPFLAGS might help people notice when they are
not including all parameters on one line.
This commit is contained in:
Mikael Falkvidd git@mjo.se
2018-08-03 21:17:12 +02:00
parent c6a970be8b
commit cd4acb2b81

4
configure vendored
View File

@@ -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"