build-sys: Print CPPFLAGS in configure

I needed this for verifying that the conditional defining of
_FORTIFY_SOURCE works.
This commit is contained in:
Tanu Kaskinen 2013-10-12 12:45:58 +03:00
parent 9305286ad8
commit b402f9e01f

View file

@ -1438,6 +1438,7 @@ echo "
System Config Path: ${PA_SYSTEM_CONFIG_PATH}
Compiler: ${CC}
CFLAGS: ${CFLAGS}
CPPFLAGS: ${CPPFLAGS}
LIBS: ${LIBS}
Enable X11: ${ENABLE_X11}