Kaydet (Commit) db67702e authored tarafından Baptiste Daroussin's avatar Baptiste Daroussin Kaydeden (comit) Michael Stahl

redland >= 1.0.16 is required not 1.16

Change-Id: I92e7e6a1b871c3cefc5aca39d32b6837e624c157
Reviewed-on: https://gerrit.libreoffice.org/9752Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 3c19e4a3
...@@ -9452,7 +9452,7 @@ libo_CHECK_SYSTEM_MODULE([redland],[REDLAND],[redland >= 1.0.8 raptor2 >= 2.0.7] ...@@ -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 if test "$with_system_redland" = "yes"; then
libo_MINGW_CHECK_DLL([librdf]) libo_MINGW_CHECK_DLL([librdf])
AC_CHECK_LIB([rdf], [librdf_world_set_raptor_init_handler], [:], 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([libraptor])
libo_MINGW_TRY_DLL([librasqal]) libo_MINGW_TRY_DLL([librasqal])
libo_MINGW_TRY_DLL([libsqlite3]) libo_MINGW_TRY_DLL([libsqlite3])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment