aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch
blob: fedbc12798345569e219c1ac6ed0128888893ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From f6e97314f425574289697ddfa0914f7580130a7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Sat, 19 May 2012 20:23:06 +0200
Subject: [PATCH] configure.ac.in: remove breaking BM_DEBUG_SUPPORT
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: pending


Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 configure.ac.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 5200268..a2550ca 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -37,9 +37,6 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL],[libxfce4panel-1.0],[4.8.0])
 
 #CFLAGS="$CFLAGS -Wall -Werror"
 
-dnl Check for debugging support
-BM_DEBUG_SUPPORT()
-
 AC_OUTPUT([
 Makefile
 po/Makefile.in
-- 
1.7.4.4