diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 9bd7787e..7a1e22bc 100644 --- a/configure.ac +++ b/configure.ac @@ -228,16 +228,6 @@ if test -z $GST_TOOLS_DIR; then fi AC_SUBST(GST_TOOLS_DIR) -dnl check for gstreamer-control; uninstalled is selected preferentially -PKG_CHECK_MODULES(GST_CONTROL, gstreamer-control-$GST_MAJORMINOR >= $GST_REQ, - HAVE_GST_CONTROL="yes", HAVE_GST_CONTROL="no") - -if test "x$HAVE_GST_CONTROL" = "xno"; then - AC_MSG_ERROR(no GStreamer Control Libs found) -fi - -AC_SUBST(GST_CONTROL_LIBS) - dnl check for gstreamer-base; uninstalled is selected preferentially PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ, HAVE_GST_BASE="yes", HAVE_GST_BASE="no") |