blob: 29fbec5f80724d51ef4359ff2b71033b921d3c14 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001From 5478eafecf618cd8e742cc1b96d688a2c7ce5a79 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sun, 2 Oct 2016 21:49:33 +0200
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