diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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]) |