[Xfce4-commits] [xfce/garcon] 03/04: Set default debug to 'yes'.
noreply at xfce.org
noreply at xfce.org
Sun Nov 18 20:29:14 CET 2018
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/garcon.
commit ffd1d7c588fed98e117fa19da94435fb1981686d
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Sun Nov 18 19:41:29 2018 +0100
Set default debug to 'yes'.
This allow us to compile the git version even with deprecations.
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 2e99b73..5d5e0c7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -32,7 +32,7 @@ m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garco
dnl ********************************************
dnl *** Full debug support for GIT snapshots ***
dnl ********************************************
-m4_define([garcon_debug_default], [ifelse(garcon_version_tag(), [git], [full], [minimum])])
+m4_define([garcon_debug_default], [ifelse(garcon_version_tag(), [git], [yes], [minimum])])
dnl ****************************
dnl *** For intltool support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list