diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-06 02:16:18 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-06 02:16:34 +0200 |
commit | fc33d0b03e8755f6e98e5be5b474ac93a1f749c0 (patch) | |
tree | 3312d9eb5203ccb3845ddd0780d9aeeff9c1e1b9 | |
parent | fb15c8477e178abeb72e196f77da168e956768bf (diff) | |
download | blogc-fc33d0b03e8755f6e98e5be5b474ac93a1f749c0.tar.gz blogc-fc33d0b03e8755f6e98e5be5b474ac93a1f749c0.tar.bz2 blogc-fc33d0b03e8755f6e98e5be5b474ac93a1f749c0.zip |
build: update squareballv0.8.0
-rw-r--r-- | configure.ac | 2 | ||||
m--------- | squareball | 0 |
2 files changed, 1 insertions, 1 deletions
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]) ]) ], [ diff --git a/squareball b/squareball -Subproject 10c2a010e3a7058c1519d5fb8c377ca0dd0c4ce +Subproject e2639b044e450ed54cf6e768ed2eb8b88e5c055 |