diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 01:32:55 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 01:32:55 +0100 |
commit | 85be5b7505f60119a6a3522b9297247c0b925326 (patch) | |
tree | f28eaffb905c2a4b8b0af0d66f3df0ab37e90141 /configure.ac | |
parent | 38a2bd81f06c7e68ac40cacc2a9bc2661461a118 (diff) | |
download | blogc-85be5b7505f60119a6a3522b9297247c0b925326.tar.gz blogc-85be5b7505f60119a6a3522b9297247c0b925326.tar.bz2 blogc-85be5b7505f60119a6a3522b9297247c0b925326.zip |
build: fixed error message
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |