From: Tanu Kaskinen Date: Sat, 12 Oct 2013 09:45:58 +0000 (+0300) Subject: build-sys: Print CPPFLAGS in configure X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/b402f9e01f84bd77a640dc1ce31c69399e2378fb build-sys: Print CPPFLAGS in configure I needed this for verifying that the conditional defining of _FORTIFY_SOURCE works. --- diff --git a/configure.ac b/configure.ac index e2465e4d..72e76951 100644 --- a/configure.ac +++ b/configure.ac @@ -1438,6 +1438,7 @@ echo " System Config Path: ${PA_SYSTEM_CONFIG_PATH} Compiler: ${CC} CFLAGS: ${CFLAGS} + CPPFLAGS: ${CPPFLAGS} LIBS: ${LIBS} Enable X11: ${ENABLE_X11}