diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-08 02:51:26 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-08 02:51:26 +0200 |
commit | 66be6554807773028a0111addb8e75c3cab11117 (patch) | |
tree | 5ba518a94a82cc57feb1324a2cc7525e703eca4b /configure.ac | |
parent | 9eb977db5b89b44f254ab40c1876a76b7d7ea2d0 (diff) |
autogen.sh: undef _FORTIFY_SOURCE, which now logs warnings when used with -O0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4632059119..3583836351 100644 --- a/configure.ac +++ b/configure.ac @@ -767,4 +767,8 @@ AC_MSG_RESULT([ D-Bus interfaces dir: ${with_dbusinterfacedir} Split /usr: ${enable_split_usr} man pages: ${have_manpages} + + CFLAGS: ${CFLAGS} + CPPLAGS: ${CPPFLAGS} + LDFLAGS: ${LDFLAGS} ]) |