From 85be5b7505f60119a6a3522b9297247c0b925326 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 29 Feb 2016 01:32:55 +0100 Subject: build: fixed error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7985692..1fc00aa 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AC_ARG_WITH([squareball], [AS_HELP_STRING([--with-squareball=@<:@internal/system AS_IF([test "x$with_squareball" = "xsystem"], [ SQUAREBALL="system" PKG_CHECK_MODULES([SQUAREBALL], [squareball >= 0.1], , [ - AC_MSG_ERROR([library squareball requested from system but not found]) + AC_MSG_ERROR([library squareball requested from system but not found or not new enough]) ]) ], [ SQUAREBALL="internal" -- cgit v1.2.3-18-g5258