summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-14 13:28:15 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-14 13:28:24 +0200
commitc3aca0401bfd379ae79a2622ebc7151efa34628a (patch)
tree60be434a2feaa5323540b99aef629d1ee42a54d2 /configure.ac
parenta8a9ab3a6f3063d06c9b542f168f84815d2f587c (diff)
configure: Use GLIB_EXTRA_CFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4813e29..1d916c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,7 +188,7 @@ AC_SUBST(GST_OPTION_CFLAGS)
dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl add GST_OPTION_CFLAGS, but overridable
-GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
+GST_CFLAGS="$GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)