summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-03 22:15:57 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-03 22:53:37 +0200
commit5fccea4add2eb5b838733becdb4dc3120151a82f (patch)
tree5d10c4f204d174fff45e89bdb2e88e346c9b58f2 /configure.ac
parentcf176b444aa5d2b3fbb352fb723c0f6322ea1379 (diff)
unordf: replace external entity disabling handler code ...
... with a configure check for the fixed raptor library. Change-Id: I495d5d28e9a4e7b6234f8f9d17c2bda36154316d
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 a3f50aa50285..eabc81a2909b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8475,6 +8475,8 @@ dnl ===================================================================
dnl versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base)
libo_CHECK_SYSTEM_MODULE([redland],[REDLAND],[redland >= 1.0.8])
if test "$with_system_redland" = "yes"; then
+ # need at least 2.0.7 for CVE-2012-0037
+ PKG_CHECK_MODULES([RAPTOR2],[raptor2 >= 2.0.7])
libo_MINGW_CHECK_DLL([REDLAND], [librdf])
libo_MINGW_TRY_DLL([RAPTOR], [libraptor])
libo_MINGW_TRY_DLL([RASQAL], [librasqal])