summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-02-19 14:34:10 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-02-19 14:35:12 +0100
commiteb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd (patch)
tree78f8bae3976f2e8f9bec807e233dea8dcabc7ee3 /configure.in
parentGet rid of size() == 0 (diff)
downloadcore-eb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd.tar.gz
core-eb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd.zip
configure: no need to fetch the translations repo for --with-lang=en-US
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5d408ff661c5..00e1060a5322 100644
--- a/configure.in
+++ b/configure.in
@@ -10321,7 +10321,7 @@ AC_MSG_CHECKING([which languages to be built])
ALL_LANGS="en-US $completelangiso"
# check the configured localizations
WITH_LANG="$with_lang"
-if test -z "$WITH_LANG"; then
+if test -z "$WITH_LANG" -o "$WITH_LANG" = "en-US"; then
AC_MSG_RESULT([en-US])
else
AC_MSG_RESULT([$WITH_LANG])