diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-11 15:17:53 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-11 15:17:53 +0000 |
| commit | aafa0d0f0517b9ee82280288a247a7469b200547 (patch) | |
| tree | 951da2ace8050da033688a995db7b3613c3bc341 | |
| parent | Fix for 903676 : Replace GtkCTree with GtkTreeView in XML Tree (diff) | |
| download | inkscape-aafa0d0f0517b9ee82280288a247a7469b200547.tar.gz inkscape-aafa0d0f0517b9ee82280288a247a7469b200547.zip | |
Add GTK_DISABLE_DEPRECATED to configure.ac
Fixed bugs:
- https://launchpad.net/bugs/367607
(bzr r11222)
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b4ac1e9b2..8bb71e162 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="-DGTK_DISABLE_DEPRECATED $CPPFLAGS" CPPFLAGS="-DGDKMM_DISABLE_DEPRECATED $CPPFLAGS" # Test for -Werror=... (introduced some time post-4.0) |
