[Xfce4-commits] [xfce/xfce4-appfinder] 01/02: Set "yes" as the default debug level
noreply at xfce.org
noreply at xfce.org
Thu Jun 21 03:43:41 CEST 2018
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-appfinder.
commit 2ee80eb8c3454e004701b7cc1cd05b369733b88e
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Jun 20 22:40:19 2018 -0300
Set "yes" as the default debug level
When building from git
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 471ffe1..4068254 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appf
dnl *******************************************
dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
-m4_define([appfinder_debug_default], [ifelse(xfce4_appfinder_version_tag(), [git], [full], [minimum])])
+m4_define([appfinder_debug_default], [ifelse(xfce4_appfinder_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