summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-03-05 15:35:16 +0000
committerBenedikt Meurer <benny@xfce.org>2006-03-05 15:35:16 +0000
commitdaa829f94497ce5c3f5f4ccd54f864c6e20218bc (patch)
treeb0e51c993666f2f363be52901d11d592c62fb30c /m4macros
parent0329b83b9001f1047a925b4a4cbf8dd32f8457e0 (diff)
downloadxfce4-dev-tools-daa829f94497ce5c3f5f4ccd54f864c6e20218bc.tar.gz
2006-03-05 Benedikt Meurer <benny@xfce.org>
* m4macros/xdt-features.m4(XDT_FEATURE_DEBUG): Do not add G_DISABLE_DEPRECATED to CFLAGS. (Old svn revision: 20238)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-features.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index 9de0ac0..a89fdaa 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -32,7 +32,6 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support [default]]),
AC_DEFINE([DEBUG], [1], [Define for debugging support])
xdt_cv_additional_CFLAGS="-Wall"
- xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -DG_DISABLE_DEPRECATED"
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -DXFCE_DISABLE_DEPRECATED"
if test x"$enable_debug" = x"full"; then