tests: remove dependency on check package

Only check_parser depends on the check. Convert it. All tests will be
rewritten at once when new testsuite is implemented.
This commit is contained in:
Dmitry Podgorny
2016-09-15 12:42:45 +03:00
parent 4ef2740c36
commit f0706f56c4
3 changed files with 28 additions and 22 deletions

View File

@@ -22,9 +22,6 @@ AC_ARG_WITH([libxml2],
AC_ARG_ENABLE([tls],
[AS_HELP_STRING([--disable-tls], [disable TLS support])])
PKG_CHECK_MODULES([check], [check >= 0.9.4],
[], [AC_MSG_WARN([libcheck not found; unit tests will not be compilable])])
if test "x$enable_tls" != xno; then
PKG_CHECK_MODULES([openssl], [openssl],
[PC_REQUIRES="openssl ${PC_REQUIRES}"],