[Xfce4-commits] <xfburn:master> Replace BM_DEBUG_SUPPORT with XDT_FEATURE_DEBUG
David Mohr
noreply at xfce.org
Sun Jul 8 02:12:01 CEST 2012
Updating branch refs/heads/master
to b064ec31b3733c0ca4cf6f7407292340eef531f7 (commit)
from e18bcd65f8b02514c8f1ef8ec96b183a721fa727 (commit)
commit b064ec31b3733c0ca4cf6f7407292340eef531f7
Author: David Mohr <david at mcbf.net>
Date: Sat Jul 7 18:10:25 2012 -0600
Replace BM_DEBUG_SUPPORT with XDT_FEATURE_DEBUG
Closes #8976, thanks Samuli Souminen.
configure.in.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 59e36c8..b28fd7c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -53,7 +53,7 @@ fi
dnl check for debugging support
-BM_DEBUG_SUPPORT()
+XDT_FEATURE_DEBUG()
dnl add -Wextra if debug is enabled
if test x"$enable_debug" != x"no"; then
CFLAGS="$CFLAGS -Wextra -Wno-unused-parameter -Wno-sign-compare"
More information about the Xfce4-commits
mailing list