[gnome-keyring/gnome-2-28] For this old build don't try to disable deprecated code



commit fe323e5e90c7d3f8fe5fe8d8f0144e3ec4088669
Author: Stef Walter <stefw gnome org>
Date:   Tue Sep 18 17:12:59 2012 +0200

    For this old build don't try to disable deprecated code
    
     * Since I'm doing a bit of work on the gnome-2-28 branch, disable
       the checks for deprecated GTK and other code.

 configure.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 8e9e277..0b09156 100644
--- a/configure.in
+++ b/configure.in
@@ -379,8 +379,6 @@ AC_ARG_ENABLE(debug,
 
 if test "$enable_debug" = "yes"; then
   CFLAGS="$CFLAGS -g -O0 -Wall"
-  CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
-  CFLAGS="$CFLAGS -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
   AC_DEFINE_UNQUOTED(_DEBUG, 1, [In debug mode])
   echo "enabling debug compile mode"
   debug_status="yes"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]