diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-07-31 11:18:00 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-07-31 11:18:00 +0200 |
commit | 72b20e18f209cf961d6a565ed03717a73d2688f7 (patch) | |
tree | 071ac7509b43f3d690d4cd8973a4fd6160103aac | |
parent | 88ce8ce19497f6919e1beaf09e062a69cc2e5923 (diff) |
configure.ac: Avoid deprecated libsigc++ API.
No code changes were necessary.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1345c43..8dcb8fa 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,8 @@ MM_ARG_WITH_TAGFILE_DOC([libsigc++-2.0.tag], [sigc++-2.0]) AC_LANG([C++]) MM_ARG_ENABLE_WARNINGS([CAIROMM_WXXFLAGS], [-Wall], - [-pedantic -Wall -Wextra]) + [-pedantic -Wall -Wextra], + [SIGCXX]) AC_ARG_ENABLE([tests], [AS_HELP_STRING([--enable-tests], [enable automated tests [default=no]])], |