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.

10 lines
313 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -85,7 +85,6 @@ AM_CONDITIONAL(USE_GSTREAMER, test x"$HA
  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. AM_PROG_VALAC([0.11.4])