configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 03a03d02769431e7da6c57f5b1f2b732773fc6a7
Author: Markus Mohrhard <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Stahl <[email protected]>
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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits