blob: 8db39663132bbfc25176fff77a990f34b075db88 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 4b145ceb22bbce7ba6e209c6ab61f2d5867e69f9 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Tue, 1 Nov 2016 19:02:30 +0100
4Subject: [PATCH] gst-glib2.m4: don't do crazy things to GLIB_CFLAGS
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9we are definitely not one of those poor souls mentioned
10
11Upstream-Status: Pending
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 common/m4/gst-glib2.m4 | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/common/m4/gst-glib2.m4 b/common/m4/gst-glib2.m4
19index b01f02f..4569ae5 100644
20--- a/common/m4/gst-glib2.m4
21+++ b/common/m4/gst-glib2.m4
22@@ -69,7 +69,6 @@ AC_DEFUN([AG_GST_GLIB_CHECK],
23 fi
24
25 dnl for the poor souls who for example have glib in /usr/local
26- AS_SCRUB_INCLUDE(GLIB_CFLAGS)
27
28 AC_SUBST(GLIB_EXTRA_CFLAGS)
29 ])
30--
312.5.5
32