diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-14 07:18:42 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-14 07:18:42 +0000 |
commit | 39528a47ae71681ad2ab7477ebd80c4ef8d3f6a5 (patch) | |
tree | 543959466ac50a959a38f2d5ba89dbb6afe3cc6e /configure.ac | |
parent | 97454065ce4921877100d0f829d4638438424dfe (diff) |
doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 949804ad..265c44f3 100644 --- a/configure.ac +++ b/configure.ac @@ -120,11 +120,8 @@ else HAVE_NASM="yes" fi -dnl check for gstreamer; check for uninstalled first -PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.1, HAVE_GST="yes", HAVE_GST="no") -if test "x$HAVE_GST" = "xno"; then - PKG_CHECK_MODULES(GST, gstreamer >= 0.3.1, HAVE_GST="yes", HAVE_GST="no") -fi +dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1) +PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no") if test "x$HAVE_GST" = "xno"; then AC_MSG_ERROR(no GStreamer found) |