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 e2465e4..72e7695 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}