s/LDFLAGS/LIBS

Original commit message from CVS:
s/LDFLAGS/LIBS
This commit is contained in:
Johan Dahlin 2004-03-12 16:13:09 +00:00
parent 92a9e8c192
commit 2d90fb9bef

View file

@ -54,7 +54,7 @@ GST_MAJORMINOR=0.8
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GSTREAMER=yes,HAVE_GSTREAMER=no)
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LDFLAGS)
AC_SUBST(GST_LIBS)
dnl Give error and exit if we don't have GStreamer
if test "x$HAVE_GSTREAMER" = "xno"; then