]> code.delx.au - pulseaudio/commitdiff
build-sys: Print CPPFLAGS in configure
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 12 Oct 2013 09:45:58 +0000 (12:45 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 12 Oct 2013 20:17:15 +0000 (23:17 +0300)
I needed this for verifying that the conditional defining of
_FORTIFY_SOURCE works.

configure.ac

index e2465e4d8a415f1ae9b1d15ab23b64dcc7cdd0a0..72e769514856bf958fd0a9f13358497e4aaf43a2 100644 (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}