summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-20 18:10:38 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-20 19:31:42 +0000
commit03a03d02769431e7da6c57f5b1f2b732773fc6a7 (patch)
tree413d124b786aac0514d495c5748291b5e5825de1 /configure.ac
parent820cb1f86f3fd177877b8719315fc03534e2049c (diff)
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@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a0e50aa5ad8e..c3b9e9404f04 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)