summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-09-18 17:12:59 +0200
committerStef Walter <stefw@gnome.org>2012-09-18 17:12:59 +0200
commitfe323e5e90c7d3f8fe5fe8d8f0144e3ec4088669 (patch)
tree1db4e8b609880567d375d3be718959d7ed7fb941
parentc8faa0f700dc910f4c372f1c157e912ab92fe20b (diff)
downloadgnome-keyring-fe323e5e90c7d3f8fe5fe8d8f0144e3ec4088669.tar.gz
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.
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8e9e277b..0b091560 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"