[Xfce4-commits] <xfce4-dev-tools:nick/deprecated+seal> Enable deprecated and gseal with full debug.
Nick Schermer
noreply at xfce.org
Tue Sep 25 21:16:02 CEST 2012
Updating branch refs/heads/nick/deprecated+seal
to 191142b659f111fcf9f9e8cca267b12f7ded131b (commit)
from 236a0c578369bfc726f7d9a830975cbeaefbfee5 (commit)
commit 191142b659f111fcf9f9e8cca267b12f7ded131b
Author: Nick Schermer <nick at xfce.org>
Date: Tue Sep 25 21:14:31 2012 +0200
Enable deprecated and gseal with full debug.
m4macros/xdt-features.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index f258822..dca4937 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -93,7 +93,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
if test x"$enable_debug" = x"full"; then
AC_DEFINE([DEBUG_TRACE], [1], [Define for tracing support])
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -O0 -g -Werror"
- CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG"
+ CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE"
AC_MSG_RESULT([full])
else
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -g"
@@ -104,7 +104,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
ifelse([$CXX], , , [
dnl FIXME: should test on c++ compiler, but the following line causes
- dnl autoconf errors for projects that don't check for a
+ dnl autoconf errors for projects that do nott check for a
dnl c++ compiler at all.
dnl AC_LANG_PUSH([C++])
dnl XDT_SUPPORTED_FLAGS([supported_CXXFLAGS], [$xdt_cv_additional_CFLAGS])
More information about the Xfce4-commits
mailing list