summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-12 15:09:02 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-12 13:15:54 +0000
commitdb67702eb3ae2b353da0a2bc144be77c997039c8 (patch)
tree0b7c46198bdcb15eded71c47c36c85077db8fd54 /configure.ac
parent3c19e4a3b29b044ed01c9d4b64cd0def883f83d1 (diff)
redland >= 1.0.16 is required not 1.16
Change-Id: I92e7e6a1b871c3cefc5aca39d32b6837e624c157 Reviewed-on: https://gerrit.libreoffice.org/9752 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b73434f5925..298aa3c5f4ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9452,7 +9452,7 @@ 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)], [])
+ [AC_MSG_ERROR(librdf too old. Need >= 1.0.16)], [])
libo_MINGW_TRY_DLL([libraptor])
libo_MINGW_TRY_DLL([librasqal])
libo_MINGW_TRY_DLL([libsqlite3])