[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Tue Oct 13 23:21:38 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cdfc6cde62715fcc9c98be6111f587880da653a8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 14 08:20:40 2015 +0200

    Lost backslash at end of line
    
    ...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
    liblangtag"
    
    Change-Id: I52bbe8bd6dd870414d895d4ced856b27b6000d2c

diff --git a/configure.ac b/configure.ac
index ddebf29..9d07a75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11745,7 +11745,7 @@ dnl ===================================================================
 ENABLE_LIBLANGTAG=
 SYSTEM_LIBLANGTAG=
 AC_MSG_CHECKING([whether to use liblangtag])
-if test "$enable_liblangtag" = "yes" -o
+if test "$enable_liblangtag" = "yes" -o \
         \( "$enable_liblangtag" = "" -a $_os != Android -a $_os != iOS -a $_os != Emscripten\); then
     ENABLE_LIBLANGTAG=TRUE
     AC_MSG_RESULT([yes])


More information about the Libreoffice-commits mailing list