summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-06-27 10:07:32 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-06-27 10:07:32 +0200
commit2728808553e5a248d1e4dc1361e4784400a75e7b (patch)
treea53777218aeee1bebc92bf5d7d3be3ce1514c0c0 /configure.ac
parent1b0a43142b27286e717f63c90363625a1aeff74c (diff)
we now need librdf_world_set_raptor_init_handler from librdf
Change-Id: I4e3b56fd8c088983a8a01eb6ccf88691d6fd93ef
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 66e611359af5..7350d39e230e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8831,6 +8831,8 @@ dnl raptor2: need at least 2.0.7 for CVE-2012-0037
libo_CHECK_SYSTEM_MODULE([redland],[REDLAND],[redland >= 1.0.8 raptor2 >= 2.0.7])
if test "$with_system_redland" = "yes"; then
libo_MINGW_CHECK_DLL([librdf])
+ AC_CHECK_LIB([rdf], [librdf_world_set_raptor_init_handler], [:],
+ [AC_MSG_ERROR(librdf too old. Need >= 1.16)], [])
libo_MINGW_TRY_DLL([libraptor])
libo_MINGW_TRY_DLL([librasqal])
libo_MINGW_TRY_DLL([libsqlite3])