From: Sebastian Dröge Date: Mon, 14 Jun 2010 11:10:07 +0000 (+0200) Subject: configure: Don't add G_THREADS_MANDATORY to GST_ALL_CFLAGS X-Git-Tag: RELEASE-0.10.30~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70bb4eec8bc0c555fdc2593835cffee281de2332;p=platform%2Fupstream%2Fgstreamer.git configure: Don't add G_THREADS_MANDATORY to GST_ALL_CFLAGS It's already included in GLIB_EXTRA_CFLAGS --- diff --git a/configure.ac b/configure.ac index 3775d06..bafa610 100644 --- a/configure.ac +++ b/configure.ac @@ -633,7 +633,7 @@ dnl - src and build dirs need to be added because every piece that gets built dnl will need the GStreamer source and generated headers dnl LIBS: XML doesn't need to be added because we don't explicitly use symbols dnl from LibXML except for in the core library -GST_ALL_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir) -I\$(top_builddir)/libs -I\$(top_builddir) $GLIB_CFLAGS $GLIB_EXTRA_CFLAGS $XML_CFLAGS \$(GST_OPTION_CFLAGS) \$(ERROR_CFLAGS) -DG_THREADS_MANDATORY" +GST_ALL_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir) -I\$(top_builddir)/libs -I\$(top_builddir) $GLIB_CFLAGS $GLIB_EXTRA_CFLAGS $XML_CFLAGS \$(GST_OPTION_CFLAGS) \$(ERROR_CFLAGS)" dnl FIXME: check if LTLIBINTL is needed everywhere dnl I presume it is given that it contains the symbols that _() stuff maps to