diff options
Diffstat (limited to 'server/configure.ac')
-rw-r--r-- | server/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac index e471c845..2c788460 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -113,7 +113,7 @@ AC_CHECK_HEADERS([sys/inotify.h]) AC_CHECK_HEADERS([sasl/sasl.h],,AC_MSG_ERROR([Could not find SASL headers])) -PKG_CHECK_MODULES([CHECK], [check], [have_check=1], [have_check=]) +PKG_CHECK_MODULES([CHECK], [check >= 0.9.5], [have_check=1], [have_check=]) if test x$have_check = x; then AC_MSG_WARN([Without the 'CHECK' libraries, you will be unable to run all tests in the 'make check' suite]) fi |