From 8c4e3d5e615e24561d183d13ee7d837fcca3c396 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Jan 2008 17:35:08 +0000 Subject: Bump rasqal dependency to 0.9.14 (so ORDER BY works). git-svn-id: http://svn.drobilla.net/lad/slv2@1121 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index da53a36..be72307 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,8 @@ if test "X$REDLAND_CONFIG" = X; then AC_MSG_ERROR([REDLANDMM requires Redland (librdf), but redland-config not found.]) else build_redland="yes" - PKG_CHECK_MODULES(RAPTOR, raptor, build_raptor="yes", build_raptor="no") + PKG_CHECK_MODULES(RAPTOR, raptor) + PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.14) REDLAND_CFLAGS=`$REDLAND_CONFIG --cflags` REDLAND_LIBS=`$REDLAND_CONFIG --libs` AC_SUBST(REDLAND_CFLAGS) -- cgit v1.2.1