mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-22 10:31:27 +01:00
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:
4
configure
vendored
4
configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user