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