[Xfce4-commits] [xfce/xfce4-session] 01/02: Default to yes instead of full when compiling
noreply at xfce.org
noreply at xfce.org
Sun Apr 16 18:29:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-session.
commit 0f1d3806288922ac2cca07232130e5d05d103245
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Apr 16 19:14:12 2017 +0300
Default to yes instead of full when compiling
Otherwise we'll always have minor builds failing because of random
gtk deprecations.
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 738fd71..60b5cc8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,7 +14,7 @@ m4_define([xfsm_version_build], [@REVISION@])
m4_define([xfsm_version_tag], [git])
m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
-m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [full], [minimum])])
+m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [yes], [minimum])])
m4_define([intltool_minimum_version], [0.31])
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