[Xfce4-commits] <libxfcegui4:xfce-4.6> Make debugging level work with GIT.
Nick Schermer
noreply at xfce.org
Tue May 18 21:40:01 CEST 2010
Updating branch refs/heads/xfce-4.6
to 452b607b3afb6685128b6393be10e09445e05cea (commit)
from 01e1fcf02a85cf72e1c3c3f3a7ce958034857316 (commit)
commit 452b607b3afb6685128b6393be10e09445e05cea
Author: Nick Schermer <nick at xfce.org>
Date: Tue May 18 21:38:06 2010 +0200
Make debugging level work with GIT.
configure.in.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 474355b..f5e94ad 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -23,9 +23,9 @@ dnl # YOU ARE DOING.
dnl *******************************************
-dnl *** Debugging support for SVN snapshots ***
+dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
-m4_define([libxfcegui4_debug_default], [ifelse(libxfcegui4_version_tag(), [svn], [yes], [minimum])])
+m4_define([libxfcegui4_debug_default], [ifelse(libxfcegui4_version_tag(), [git], [yes], [minimum])])
dnl ***************************
dnl *** Initialize autoconf ***
More information about the Xfce4-commits
mailing list