this might do it

Original commit message from CVS:
this might do it
This commit is contained in:
Thomas Vander Stichele 2001-12-27 11:55:39 +00:00
parent 72e1a173dc
commit 4095c73383

View file

@ -120,8 +120,11 @@ else
HAVE_NASM="yes"
fi
dnl check for gstreamer
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
dnl check for gstreamer; check for uninstalled first
PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
if test "x$HAVE_GST" = "xno"; then
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
fi
dnl dnl check for gtk-doc
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])