[vte] Disable deprecation stuff since they were broken



commit 598d7ef7300d94888068a89eaf02f80e4a0a27be
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed Jan 13 12:09:14 2010 -0500

    Disable deprecation stuff since they were broken
    
    Needs proper fixing later.

 configure.in |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/configure.in b/configure.in
index fcaaf55..28a7fc0 100644
--- a/configure.in
+++ b/configure.in
@@ -209,26 +209,26 @@ GNOME_COMMON_INIT
 # Disable deprecations and single includes
 # We don't use GNOME_MAINTAINER_MODE_DEFINES here since it's too much and
 # it also defines VTE's own defines.
-AC_ARG_ENABLE([deprecation],
-  [AS_HELP_STRING([--disable-deprecation],
-                  [prohibit VTE from using deprecated GLib/Pango/ATK/GDK/GTK+ features (default: $enable_maintainer_mode)])],
-  [],[enable_deprecation=$enable_maintainer_mode])
-if test "x$enable_deprecation" = xyes; then
-  AC_MSG_NOTICE([disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features])
-
-  AC_DEFINE([ATK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([ATK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-  AC_DEFINE([G_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([G_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-  AC_DEFINE([GDK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([GDK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-  AC_DEFINE([GDK_PIXBUF_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([GDK_PIXBUF_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-  AC_DEFINE([GTK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([GTK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-  AC_DEFINE([PANGO_DISABLE_DEPRECATED],[1],[Disable deprecated features])
-  AC_DEFINE([PANGO_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
-fi
+dnl AC_ARG_ENABLE([deprecation],
+dnl   [AS_HELP_STRING([--disable-deprecation],
+dnl                   [prohibit VTE from using deprecated GLib/Pango/ATK/GDK/GTK+ features])],
+dnl   [],[enable_deprecation=$enable_maintainer_mode])
+dnl if test "x$enable_deprecation" = xyes; then
+dnl   AC_MSG_NOTICE([disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features])
+dnl 
+dnl   AC_DEFINE([ATK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([ATK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl   AC_DEFINE([G_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([G_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl   AC_DEFINE([GDK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([GDK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl   AC_DEFINE([GDK_PIXBUF_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([GDK_PIXBUF_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl   AC_DEFINE([GTK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([GTK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl   AC_DEFINE([PANGO_DISABLE_DEPRECATED],[1],[Disable deprecated features])
+dnl   AC_DEFINE([PANGO_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
+dnl fi
 
 ################################################################################
 # Core



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