summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-10-31 17:43:18 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-10-31 17:43:18 +0000
commite4a9407a51803016bab9918b03e2034981886bdb (patch)
treecb0f406a11d99d3711c754c1952c18942b07f957
parent5689ceac13ce0c2db37c7aff66341906077a293f (diff)
downloadgstreamer-common-e4a9407a51803016bab9918b03e2034981886bdb.tar.gz
gst-glib2.m4: export GLIB_EXTRA_CFLAGS to Makefile
So make GLIB_EXTRA_CFLAGS=... works
-rw-r--r--m4/gst-glib2.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gst-glib2.m4 b/m4/gst-glib2.m4
index bafba41..b01f02f 100644
--- 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)
])