diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:20:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:20:40 +0200 |
commit | cdfc6cde62715fcc9c98be6111f587880da653a8 (patch) | |
tree | bfbc0c4bbfc0675088d2be026841cc738cf933f9 /configure.ac | |
parent | 713dc2fcb4f0c56b8c1808e9ac0231cc8f3a6ba4 (diff) |
Lost backslash at end of line
...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
liblangtag"
Change-Id: I52bbe8bd6dd870414d895d4ced856b27b6000d2c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ddebf29f1464..9d07a75537e1 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]) |