lcdgrilo: remove check dependency

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from 2e8b7358c4)
This commit is contained in:
Eneas U de Queiroz
2018-12-08 00:28:36 -02:00
committed by Rosen Penev
parent 0a00a26911
commit a41b4aa0c0
2 changed files with 12 additions and 1 deletions
@@ -0,0 +1,10 @@
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,6 @@ AM_CONDITIONAL(USE_GSTREAMER, test x"$HA
AC_SUBST(GSTREAMER_CFLAGS)
AC_SUBST(GSTREAMER_LIBS)
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],have_check=yes,have_check=no)
AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
AM_PROG_VALAC([0.11.4])