diff options
author | David Robillard <d@drobilla.net> | 2008-05-29 19:33:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-05-29 19:33:08 +0000 |
commit | 8047d5dfee1239247c3af985bd2a3c4cc3cf307c (patch) | |
tree | b80aff4cfa8d951115bd0141f3f8dd568be832de | |
parent | 5c625047f0dd552aa6b3804c2aa68a2e13482ae0 (diff) | |
download | lilv-8047d5dfee1239247c3af985bd2a3c4cc3cf307c.tar.gz lilv-8047d5dfee1239247c3af985bd2a3c4cc3cf307c.tar.bz2 lilv-8047d5dfee1239247c3af985bd2a3c4cc3cf307c.zip |
Fix missing redland message.
git-svn-id: http://svn.drobilla.net/lad/slv2@1233 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f09ced4..6cc7b82 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ AM_CONDITIONAL(WITH_CHICKEN, [test "$chicken" = "yes"]) build_redland="no" AC_CHECK_PROG(REDLAND_CONFIG, redland-config, redland-config) if test "X$REDLAND_CONFIG" = X; then - AC_MSG_ERROR([REDLANDMM requires Redland (librdf), but redland-config not found.]) + AC_MSG_ERROR([SLV2 requires Redland (librdf), but redland-config not found.]) else build_redland="yes" PKG_CHECK_MODULES(RAPTOR, raptor) |