[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Tue Oct 13 23:25:54 PDT 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8cd15d5356e26952a43b06abf875c47a086bbdf1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 14 08:25:29 2015 +0200
Lost space
...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
liblangtag"
Change-Id: I31e3bd0555086105e0bc0704abb86a4acd0b96d5
diff --git a/configure.ac b/configure.ac
index 9d07a75..bea2484 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11746,7 +11746,7 @@ ENABLE_LIBLANGTAG=
SYSTEM_LIBLANGTAG=
AC_MSG_CHECKING([whether to use liblangtag])
if test "$enable_liblangtag" = "yes" -o \
- \( "$enable_liblangtag" = "" -a $_os != Android -a $_os != iOS -a $_os != Emscripten\); then
+ \( "$enable_liblangtag" = "" -a $_os != Android -a $_os != iOS -a $_os != Emscripten \); then
ENABLE_LIBLANGTAG=TRUE
AC_MSG_RESULT([yes])
AC_MSG_CHECKING([whether to use system liblangtag])
More information about the Libreoffice-commits
mailing list