aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/libglade/libglade-2.6.4/0001-configure.in-remove-deprecated-GNOME_COMMON_INIT.patch
blob: 473827448e61b829ca5e07581839211d94833909 (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
From ceefcb19cebf8bc3d45ee502f8eabd3bc5bd0aac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Sat, 11 Feb 2017 16:42:12 +0100
Subject: [PATCH] configure.in: remove deprecated GNOME_COMMON_INIT
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.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.in b/configure.in
index 8905f1c..3901398 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,6 @@ AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
-GNOME_COMMON_INIT
 
 if test "$enable_debug" != "no"; then
   AC_DEFINE([DEBUG],[1],[enable use of LIBGLADE_DEBUG environment variable])
-- 
2.9.3