Kaydet (Commit) 8cd15d53 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Lost space

...from 233bfee7 "Emscripten: Don't build
liblangtag"

Change-Id: I31e3bd0555086105e0bc0704abb86a4acd0b96d5
üst cdfc6cde
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment