From 09c96a4f4ccb077fd49139980bf6962f162c680b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 May 2012 18:02:10 +0200 Subject: imrelp now supports non-cancel thread termination (but now requires at least librelp 1.0.1) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0d41572c..952d64cd 100644 --- a/configure.ac +++ b/configure.ac @@ -916,7 +916,7 @@ AC_ARG_ENABLE(relp, [enable_relp=no] ) if test "x$enable_relp" = "xyes"; then - PKG_CHECK_MODULES(RELP, relp >= 0.1.1) + PKG_CHECK_MODULES(RELP, relp >= 1.0.1) fi AM_CONDITIONAL(ENABLE_RELP, test x$enable_relp = xyes) AC_SUBST(RELP_CFLAGS) -- cgit