summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-29 19:33:08 +0000
committerDavid Robillard <d@drobilla.net>2008-05-29 19:33:08 +0000
commit8047d5dfee1239247c3af985bd2a3c4cc3cf307c (patch)
treeb80aff4cfa8d951115bd0141f3f8dd568be832de
parent5c625047f0dd552aa6b3804c2aa68a2e13482ae0 (diff)
downloadlilv-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.ac2
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)