- add paranoia warning about $INCLUDES

This commit is contained in:
Bernhard Reutner-Fischer 2007-02-09 17:28:27 +00:00
parent fd0bad3622
commit 13c1b92973
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ if test -n "$CFLAGS" ; then
fi;
echo "CFLAGS clean: Ok"
if test -n "$INCLUDES" ; then
echo "INCLUDES clean: FALSE"
/bin/echo -e "WARNING: INCLUDES contains:\n\t'$INCLUDES'"
else
echo "INCLUDES clean: Ok"
fi
if test -n "$CXXFLAGS" ; then
echo "CXXFLAGS clean: FALSE"