From: Carlos Garcia Campos Date: Wed, 10 Mar 2010 17:23:53 +0000 (+0100) Subject: [build] Fix build with gtk+ >= 2.19.7 X-Git-Tag: EVINCE_2_29_92~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b31efb3fe39bbef34e0db4dcd19de0f8c160d817;p=evince.git [build] Fix build with gtk+ >= 2.19.7 Undef DISABLE_DEPRECATED for now, it'll be enabled again after bumping gtk+ requirements. --- diff --git a/configure.ac b/configure.ac index 6de758ae..5bff1dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,10 @@ GNOME_MAINTAINER_MODE_DEFINES GNOME_COMPILE_WARNINGS GNOME_CXX_WARNINGS +dnl FIXME: remove this when required gtk+ >= 2.19.7 +DISABLE_DEPRECATED= +AC_SUBST([DISABLE_DEPRECATED]) + IT_PROG_INTLTOOL([0.35.0]) GETTEXT_PACKAGE=evince