[pulseaudio-discuss] [PATCH 2/2] build-sys: Print CPPFLAGS in configure

Tanu Kaskinen tanu.kaskinen at linux.intel.com
Sat Oct 12 11:51:28 CEST 2013


I needed this for verifying that the conditional defining of
_FORTIFY_SOURCE works.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index e2465e4..72e7695 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}
-- 
1.8.3.1



More information about the pulseaudio-discuss mailing list