aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-29 01:32:55 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-29 01:32:55 +0100
commit85be5b7505f60119a6a3522b9297247c0b925326 (patch)
treef28eaffb905c2a4b8b0af0d66f3df0ab37e90141
parent38a2bd81f06c7e68ac40cacc2a9bc2661461a118 (diff)
downloadblogc-85be5b7505f60119a6a3522b9297247c0b925326.tar.gz
blogc-85be5b7505f60119a6a3522b9297247c0b925326.tar.bz2
blogc-85be5b7505f60119a6a3522b9297247c0b925326.zip
build: fixed error message
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"