AC_SUBST LIBS and CFLAGS
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Mar 2004 16:35:48 +0000 (16:35 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Mar 2004 16:35:48 +0000 (16:35 +0000)
Original commit message from CVS:
AC_SUBST LIBS and CFLAGS

ChangeLog
configure.ac

index 9446219..5c0d506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index ebe7e61..8cafe8f 100644 (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"