From dc6093be8f016283880271bda72e8e0142b962a8 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Fri, 7 Aug 2020 18:14:43 +0200 Subject: bump libnumbertext requirement to >= 1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because otherwise Test name: SwUiWriterTest::testTdf133589 equality assertion failed - Expected: 𐳥𐳋𐳓𐳉𐳗 - Actual : székely 0 Failures !!! Run: 305 Failure total: 1 Failures: 1 Errors: 0 happens with (system-)libnumbertext 1.0.5 Change-Id: Ibbb33f41840b239c58e80c2a1a2c8ff5d41df58a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100351 Tested-by: Jenkins Reviewed-by: René Engelhard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 413203dda214..2a3fc498a458 100644 --- a/configure.ac +++ b/configure.ac @@ -10386,7 +10386,7 @@ if test "$enable_libnumbertext" = "no"; then else AC_MSG_RESULT([yes]) ENABLE_LIBNUMBERTEXT=TRUE - libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext >= 1.0.0]) + libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext >= 1.0.6]) if test "$with_system_libnumbertext" = "yes"; then SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext` SYSTEM_LIBNUMBERTEXT=YES -- cgit