configure: also, --with-lang=en-US should not trigger TRANSLATIONS build type
This commit is contained in:
parent
777f63d448
commit
e34e95aef3
1 changed files with 1 additions and 1 deletions
|
@ -10345,7 +10345,7 @@ WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
|
|||
# this variable is used only by bin/distro-install-* helper scripts
|
||||
# they need a real list of languages
|
||||
test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
|
||||
test -z "$WITH_LANG" || BUILD_TYPE="$BUILD_TYPE TRANSLATIONS"
|
||||
test -z "$WITH_LANG" -o "$WITH_LANG" = "en-US" || BUILD_TYPE="$BUILD_TYPE TRANSLATIONS"
|
||||
AC_SUBST(ALL_LANGS)
|
||||
AC_SUBST(WITH_LANG)
|
||||
AC_SUBST(WITH_LANG_LIST)
|
||||
|
|
Loading…
Reference in a new issue