aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-29 01:31:44 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-29 01:31:44 +0100
commit38a2bd81f06c7e68ac40cacc2a9bc2661461a118 (patch)
treed44f6d74d560cee74c99c5a052fc2287cf4bcae7
parent9ebcb6993793d6773706e961c3bb4c57ab3ff011 (diff)
downloadblogc-38a2bd81f06c7e68ac40cacc2a9bc2661461a118.tar.gz
blogc-38a2bd81f06c7e68ac40cacc2a9bc2661461a118.tar.bz2
blogc-38a2bd81f06c7e68ac40cacc2a9bc2661461a118.zip
build: depend on squareball >= 0.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
])
], [