From fc33d0b03e8755f6e98e5be5b474ac93a1f749c0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 6 Apr 2016 02:16:18 +0200 Subject: build: update squareball --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d217c90..16f141f 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,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 >= 0.1], , [ + PKG_CHECK_MODULES([SQUAREBALL], [squareball >= 0.2.0], , [ AC_MSG_ERROR([library squareball requested from system but not found or not new enough]) ]) ], [ -- cgit v1.2.3-18-g5258