summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-18 18:08:35 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-18 18:08:35 +0000
commitb39ba9ed25b0875a60198b7f8a16e12391b945fd (patch)
treeaed25bbc492681196e79563b64866586c4130be2 /configure.ac
parente3d1e2f3c71361f94de4d2c68ffadaa4de9b2f88 (diff)
and for gst_play
Original commit message from CVS: and for gst_play
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3656ff91b2..84348e360b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ PKG_CHECK_MODULES(GST_PLAY, gstreamer-play-$GST_MAJORMINOR,
HAVE_PLAY=yes,HAVE_PLAY=no)
AM_CONDITIONAL(BUILD_PLAY, test "x$HAVE_PLAY" = "xyes")
AC_SUBST(GST_PLAY_CFLAGS)
-AC_SUBST(GST_PLAY_INCLUDES)
+AC_SUBST(GST_PLAY_LIBS)
AC_CHECK_PROG(HAVE_XMLTO, xmlto, true, false)
AC_CHECK_PROG(HAVE_XMLCATALOG, xmlcatalog, true, false)