projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5689cea
)
gst-glib2.m4: export GLIB_EXTRA_CFLAGS to Makefile
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 31 Oct 2011 17:43:18 +0000
(17:43 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 31 Oct 2011 17:43:18 +0000
(17:43 +0000)
So make GLIB_EXTRA_CFLAGS=... works
m4/gst-glib2.m4
patch
|
blob
|
history
diff --git
a/m4/gst-glib2.m4
b/m4/gst-glib2.m4
index
bafba41
..
b01f02f
100644
(file)
--- a/
m4/gst-glib2.m4
+++ b/
m4/gst-glib2.m4
@@
-70,4
+70,6
@@
AC_DEFUN([AG_GST_GLIB_CHECK],
dnl for the poor souls who for example have glib in /usr/local
AS_SCRUB_INCLUDE(GLIB_CFLAGS)
+
+ AC_SUBST(GLIB_EXTRA_CFLAGS)
])