summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-09-25 21:14:31 +0200
committerNick Schermer <nick@xfce.org>2012-09-25 21:14:31 +0200
commit191142b659f111fcf9f9e8cca267b12f7ded131b (patch)
tree9566ba2f5933fedbf2bba45294988d7b8c6923c8
parent236a0c578369bfc726f7d9a830975cbeaefbfee5 (diff)
downloadxfce4-dev-tools-nick/deprecated+seal.tar.gz
Enable deprecated and gseal with full debug.nick/deprecated+seal
-rw-r--r--m4macros/xdt-features.m44
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])