From ef3cadbef714a4bd3484571253d7e55b07e75a16 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 25 Nov 2013 12:50:27 +0100 Subject: require 1.0.0 release of liblognorm as this is the official name of liblognorm1's first release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4546b39e..12392ac1 100644 --- a/configure.ac +++ b/configure.ac @@ -931,7 +931,7 @@ AC_ARG_ENABLE(mmnormalize, [enable_mmnormalize=no] ) if test "x$enable_mmnormalize" = "xyes"; then - PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.4.0) + PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 1.0.0) fi AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes) -- cgit v1.2.3