diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:25:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:25:29 +0200 |
commit | 8cd15d5356e26952a43b06abf875c47a086bbdf1 (patch) | |
tree | 00c76eba671719f900d689ae696973a6a432610e /configure.ac | |
parent | cdfc6cde62715fcc9c98be6111f587880da653a8 (diff) |
Lost space
...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
liblangtag"
Change-Id: I31e3bd0555086105e0bc0704abb86a4acd0b96d5
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 9d07a75537e1..bea248406784 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]) |