Kaydet (Commit) 28bcc853 authored tarafından Eike Rathke's avatar Eike Rathke

configure SYSTEM_LIBLANGTAG

üst c0e8588c
......@@ -513,6 +513,7 @@ export SYSTEM_LIBCROCO=@SYSTEM_LIBCROCO@
export SYSTEM_LIBEXTTEXTCAT=@SYSTEM_LIBEXTTEXTCAT@
export SYSTEM_LIBEXTTEXTCAT_DATA=@SYSTEM_LIBEXTTEXTCAT_DATA@
export SYSTEM_LIBGSF=@SYSTEM_LIBGSF@
export SYSTEM_LIBLANGTAG=@SYSTEM_LIBLANGTAG@
export SYSTEM_LIBMSPUB=@SYSTEM_LIBMSPUB@
export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@
export SYSTEM_LIBRSVG=@SYSTEM_LIBRSVG@
......
......@@ -10979,6 +10979,12 @@ fi
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
dnl So far AFAIK no system has liblangtag, set this unconditionally for now.
SYSTEM_LIBLANGTAG=NO
BUILD_TYPE="$BUILD_TYPE LIBLANGTAG"
AC_SUBST(SYSTEM_LIBLANGTAG)
dnl ===================================================================
dnl Test whether to build gettext runtime (libintl) or rely on the
......
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