summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-27 07:29:43 +0200
committerDavid Tardon <dtardon@redhat.com>2013-06-27 07:29:43 +0200
commit2b5203c9ac4b6a95fa77f1a31fdb7b13e736d37e (patch)
tree09b945d52cb127da98156de96b38d3fe070438fd /configure.ac
parent56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511 (diff)
unoxml needs to link with raptor2 now
Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1e1108f70093..66e611359af5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8826,11 +8826,10 @@ AC_SUBST([LIBGCRYPT_LIBS])
dnl ===================================================================
dnl Check for system redland
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])
+dnl redland: versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base)
+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
- # need at least 2.0.7 for CVE-2012-0037
- PKG_CHECK_MODULES([RAPTOR2],[raptor2 >= 2.0.7])
libo_MINGW_CHECK_DLL([librdf])
libo_MINGW_TRY_DLL([libraptor])
libo_MINGW_TRY_DLL([librasqal])