configure.ac: Make sure GST_INT_CFLAGS is not clobbered, since it contains important stuff.

Original commit message from CVS:
* configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
since it contains important stuff.
This commit is contained in:
David Schleef 2004-05-08 02:48:33 +00:00
parent 28942dc4ed
commit 7cbe588a07
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-05-07 David Schleef <ds@schleef.org>
* configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
since it contains important stuff.
2004-05-07 David Schleef <ds@schleef.org> 2004-05-07 David Schleef <ds@schleef.org>
* testsuite/caps/caps.c: (test3), (main): A check for appending * testsuite/caps/caps.c: (test3), (main): A check for appending

View file

@ -567,7 +567,7 @@ dnl we disable deprecated internally
dnl XML, GLib, popt, GST_INT, VALGRIND, and the right include for CFLAGS dnl XML, GLib, popt, GST_INT, VALGRIND, and the right include for CFLAGS
dnl no need to add XML, GLib, popt explicitly since libgstreamer pulls them in dnl no need to add XML, GLib, popt explicitly since libgstreamer pulls them in
GST_INT_CFLAGS="$GLIB_CFLAGS $XML_CFLAGS \ GST_INT_CFLAGS="$GLIB_CFLAGS $XML_CFLAGS \
$GST_ERROR_CFLAGS -DGST_DISABLE_DEPRECATED" $GST_INT_CFLAGS $GST_ERROR_CFLAGS -DGST_DISABLE_DEPRECATED"
dnl Private vars for libgst only dnl Private vars for libgst only
GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \ GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \