From 38a2bd81f06c7e68ac40cacc2a9bc2661461a118 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 29 Feb 2016 01:31:44 +0100 Subject: build: depend on squareball >= 0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54a6522..7985692 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AC_ARG_WITH([squareball], [AS_HELP_STRING([--with-squareball=@<:@internal/system [whether to use library squareball from system [default=internal]])]) AS_IF([test "x$with_squareball" = "xsystem"], [ SQUAREBALL="system" - PKG_CHECK_MODULES([SQUAREBALL], [squareball], , [ + PKG_CHECK_MODULES([SQUAREBALL], [squareball >= 0.1], , [ AC_MSG_ERROR([library squareball requested from system but not found]) ]) ], [ -- cgit v1.2.3-18-g5258