[Libreoffice-commits] core.git: configure.ac
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Feb 20 19:32:09 UTC 2017
configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 03a03d02769431e7da6c57f5b1f2b732773fc6a7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Feb 20 18:10:38 2017 +0100
try to fix "random config" tb
Internal libetonyek requires liblangtag. Build #227.
Change-Id: Ie4bace66f90d071db3d4f10bf2b45990b738f9dc
Reviewed-on: https://gerrit.libreoffice.org/34483
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/configure.ac b/configure.ac
index a0e50aa..c3b9e94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11606,6 +11606,9 @@ if test "$enable_liblangtag" = "yes" -o \
fi
AC_DEFINE(ENABLE_LIBLANGTAG)
else
+ if test "x$SYSTEM_ETONYEK" = "x"; then
+ AC_MSG_ERROR([internal libetonyek requires liblangtag])
+ fi
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_LIBLANGTAG)
More information about the Libreoffice-commits
mailing list