diff options
author | infirit <[email protected]> | 2015-07-24 15:47:13 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-24 15:57:29 +0200 |
commit | 413d42c5c782f16cda0240e7960e58fcac8ad09b (patch) | |
tree | bc77ef8b6dc51339b6b6682f91cb0be86be4b9ba /configure.ac | |
parent | 9a43f44510c8c84e99812dd7e965b083996c6e5c (diff) | |
download | mate-notification-daemon-413d42c5c782f16cda0240e7960e58fcac8ad09b.tar.bz2 mate-notification-daemon-413d42c5c782f16cda0240e7960e58fcac8ad09b.tar.xz |
Fix warning _FORTIFY_SOURCE is redefined
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f37743a..a910a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then AC_MSG_RESULT(yes) WARNINGCFLAGS="\ -Wchar-subscripts -Wmissing-declarations \ - -Wcast-align -Wsign-compare -Wp,-D_FORTIFY_SOURCE=2 \ + -Wcast-align -Wsign-compare -U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=2 \ $WARNINGCFLAGS" for option in -Wno-strict-aliasing; do |