[Xfce4-commits] [xfce/xfce4-settings] 01/01: Set yes as the default debug level
noreply at xfce.org
noreply at xfce.org
Wed Feb 13 21:41:39 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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/xfce4-settings.
commit 8f2761c456516eba7ab623cf042c287f2ed83a51
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Feb 13 17:41:30 2019 -0300
Set yes as the default debug level
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index e57e790..c81667c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -27,7 +27,7 @@ m4_append([xfce4_settings_version_short], ["])
dnl *******************************************
dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
-m4_define([xfce4_settings_debug_default], [ifelse(xfce4_settings_version_tag(), [git], [full], [minimum])])
+m4_define([xfce4_settings_debug_default], [ifelse(xfce4_settings_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