[Xfce4-commits] [xfce/libxfce4ui] 08/08: Default debug to yes instead of full
noreply at xfce.org
noreply at xfce.org
Wed May 10 04:38:06 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 898453de1fbc349bf90f2692203858eabb34a4d6
Author: Romain B <skunnyk at alteroot.org>
Date: Tue May 9 10:33:41 2017 +0200
Default debug to yes instead of full
- Otherwise we'll always have minor builds failing because of random gtk deprecations.
- Also revert --disable-debug (bad commit)
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
Makefile.am | 1 -
configure.ac.in | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index aa4ee02..21de67e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,6 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
- --disable-debug \
--disable-gladeui
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/configure.ac.in b/configure.ac.in
index c119ec8..67de570 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,7 +25,7 @@ dnl # YOU ARE DOING.
dnl ********************************************
dnl *** Full debug support for GIT snapshots ***
dnl ********************************************
-m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [full], [minimum])])
+m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [yes], [minimum])])
dnl ***************************
dnl *** Initialize autoconf ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list