AC_SUBST LIBS and CFLAGS

Original commit message from CVS:
AC_SUBST LIBS and CFLAGS
This commit is contained in:
Thomas Vander Stichele 2004-03-03 16:35:48 +00:00
parent 29642c4548
commit 66d37486d0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
2004-03-03 Benjamin Otte <otte@gnome.org>
* gst/schedulers/gstoptimalscheduler.c:

View file

@ -231,6 +231,8 @@ AC_SUBST(GST_PKG_DEPS)
dnl Check for glib2 without extra fat, useful for the unversioned tool frontends
PKG_CHECK_MODULES(GLIB_ONLY, glib-2.0 >= $GLIB2_REQ)
AC_SUBST(GLIB_ONLY_CFLAGS)
AC_SUBST(GLIB_ONLY_LIBS)
dnl === libxml 2 ===
if test "x$GST_DISABLE_LOADSAVE" = "xyes" && test "x$GST_DISABLE_REGISTRY" = "xyes"