From 8047d5dfee1239247c3af985bd2a3c4cc3cf307c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 May 2008 19:33:08 +0000 Subject: Fix missing redland message. git-svn-id: http://svn.drobilla.net/lad/slv2@1233 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1