You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
323 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -87,9 +87,6 @@ fi
  4. AC_SUBST(GSTREAMER_CFLAGS)
  5. AC_SUBST(GSTREAMER_LIBS)
  6. -PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],have_check=yes,have_check=no)
  7. -AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
  8. -
  9. AM_PROG_VALAC([0.11.4])
  10. AM_CONDITIONAL(HAVE_VALAC, test -x "$VALAC")