Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get used if there's an installed copy of the g...

Original commit message from CVS:
Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get
used if there's an installed copy of the gst headers on the system (ie,
make sure the uninstalled headers are used instead).
This commit is contained in:
Richard Boulton 2001-06-29 11:30:18 +00:00
parent 22162769b8
commit beb29ac257

View file

@ -1032,7 +1032,7 @@ AC_SUBST(LIBGST_LIBS)
AC_SUBST(LIBGST_CFLAGS) AC_SUBST(LIBGST_CFLAGS)
dnl CFLAGS for everyone else dnl CFLAGS for everyone else
CFLAGS="$CFLAGS $GST_CFLAGS" CFLAGS="$GST_CFLAGS $CFLAGS"
dnl Needed to make automake 1.4g happy. dnl Needed to make automake 1.4g happy.
dnl FIXME: find as properly, rather than just using CC dnl FIXME: find as properly, rather than just using CC