doc and configure updates, and the beginnings of gst-xmllaunch
authorAndy Wingo <wingo@pobox.com>
Mon, 14 Jan 2002 07:18:42 +0000 (07:18 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 14 Jan 2002 07:18:42 +0000 (07:18 +0000)
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch

configure.ac

index 949804add26b1c31c880c7e97927cb23e5855a57..265c44f3e14629393c52ec4ce1520d5deec1455d 100644 (file)
@@ -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)