build: increase check requirement to 0.9.6

ck_assert, used by unit/test-eir.c wasn't added to check until 0.9.6
This commit is contained in:
Scott James Remnant 2012-01-05 17:07:11 -08:00 committed by Johan Hedberg
parent 1a096265b3
commit f0ef8ce2ea

View File

@ -171,7 +171,7 @@ AC_DEFUN([AC_PATH_READLINE], [
])
AC_DEFUN([AC_PATH_CHECK], [
PKG_CHECK_MODULES(CHECK, check >= 0.9.4, check_found=yes, check_found=no)
PKG_CHECK_MODULES(CHECK, check >= 0.9.6, check_found=yes, check_found=no)
AC_SUBST(CHECK_CFLAGS)
AC_SUBST(CHECK_LIBS)
])