We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a87b commit 150cc28Copy full SHA for 150cc28
configure.ac
@@ -14,7 +14,6 @@ AM_SILENT_RULES([yes])
14
LT_INIT
15
16
PKG_CHECK_MODULES([zlib], [zlib])
17
-PKG_CHECK_MODULES([CHECK], [check >= 0.9])
18
19
AC_ARG_ENABLE([bzip2],
20
[AS_HELP_STRING([--disable-bzip2],[Do not use bzip2 compression (uses bzip2 by default)])])
@@ -58,6 +57,7 @@ fi
58
57
AM_CONDITIONAL([COVERAGE], [test "$have_coverage" = "yes"])
59
60
AS_IF([test "$enable_tests" != "no"], [
+ PKG_CHECK_MODULES([CHECK], [check >= 0.9])
61
AC_PATH_PROG([have_valgrind], [valgrind])
62
AS_IF([test -z "${have_valgrind}"], [
63
AC_MSG_ERROR([Must have valgrind installed to run functional tests])
0 commit comments