diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:46:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:46:50 +0000 |
commit | 243afed2e528f675f238a771113bc81d1ffb1cb7 (patch) | |
tree | 793faa92fec26d9823ba51d10ea5b3d348643e5f /configure.ac | |
parent | 9cf1b930fe8904e0d9f46601a1fe123b1a8fbe18 (diff) | |
download | gst-plugins-bad-243afed2e528f675f238a771113bc81d1ffb1cb7.tar.gz gst-plugins-bad-243afed2e528f675f238a771113bc81d1ffb1cb7.tar.bz2 gst-plugins-bad-243afed2e528f675f238a771113bc81d1ffb1cb7.zip |
fairly essential substing
Original commit message from CVS:
fairly essential substing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d26ce8eb..3770d059 100644 --- a/configure.ac +++ b/configure.ac @@ -1087,8 +1087,8 @@ dnl Vars for everyone else dnl FIXME: is there a reason to add this top_builddir stuff ? don't think so dnl GST_LIBS="\$(top_builddir)/gst/libgst.la $LIBGST_LIBS" dnl GST_CFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $LIBGST_CFLAGS" -dnl AC_SUBST(GST_LIBS) -dnl AC_SUBST(GST_CFLAGS) +AC_SUBST(GST_LIBS) +AC_SUBST(GST_CFLAGS) dnl ############################# dnl # Configure the subpackages # |