mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-09-01 11:15:51 +00:00
Revert "don't be as picky about check"
This reverts commit aa4f9e3058.
The oldest version of libcheck that supports TAP output is 0.9.12, so we
need to use >= 0.9.12.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ AC_PROG_LN_S
|
||||
AC_PROG_MAKE_SET
|
||||
|
||||
# Checks for libraries.
|
||||
PKG_CHECK_MODULES([CHECK], [check >= 0.9.10])
|
||||
PKG_CHECK_MODULES([CHECK], [check >= 0.9.12])
|
||||
PKG_CHECK_MODULES([CURL], [libcurl])
|
||||
PKG_CHECK_MODULES([GLIB], [glib-2.0])
|
||||
AC_CHECK_LIB([elf], [elf_begin], [have_elflib=yes], [AC_MSG_ERROR([Unable to find libelf from elfutils])])
|
||||
|
||||
Reference in New Issue
Block a user