diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 15:53:08 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 15:53:08 +0000 |
| commit | 195c3b296af31e6a6dfd22c3dfecd32ac682662d (patch) | |
| tree | 8844934e0d5deb5e49ca7dc815611fad659a72a4 /configure.ac | |
| parent | filter-effects-dialog: Cairomm rendering (diff) | |
| download | inkscape-195c3b296af31e6a6dfd22c3dfecd32ac682662d.tar.gz inkscape-195c3b296af31e6a6dfd22c3dfecd32ac682662d.zip | |
Fix remaining GTKMM deprecation issues
Fixed bugs:
- https://launchpad.net/bugs/943222
(bzr r11165)
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1e4159bac..b4ac1e9b2 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ if test "$GCC" = "yes"; then CPPFLAGS="-DG_DISABLE_DEPRECATED $CPPFLAGS" CPPFLAGS="-DGTK_DISABLE_SINGLE_INCLUDES $CPPFLAGS" CPPFLAGS="-DGTKMM_DISABLE_DEPRECATED $CPPFLAGS" + CPPFLAGS="-DGDKMM_DISABLE_DEPRECATED $CPPFLAGS" # Test for -Werror=... (introduced some time post-4.0) # If we hit a format error -- it should be fatal. |
