diff options
author | Andras Timar <atimar@suse.com> | 2012-11-20 22:10:21 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-20 22:11:36 +0100 |
commit | c75ed68f056342477586ebd4214786f5a440005e (patch) | |
tree | 44af3efccef635765b47ebcf85856432b1f098b4 /configure.ac | |
parent | 7ad55015326edc0c9d21c446cdb9cff9ea12cc4c (diff) |
translations is a source-only module
Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7e36a36021a1..1545ca827510 100644 --- a/configure.ac +++ b/configure.ac @@ -11863,7 +11863,6 @@ WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"` # they need a real list of languages test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US" test "$WITH_LANG" = "en-US" && WITH_LANG= -test -z "$WITH_LANG" || BUILD_TYPE="$BUILD_TYPE TRANSLATIONS" AC_SUBST(ALL_LANGS) AC_SUBST(WITH_LANG) AC_SUBST(WITH_LANG_LIST) |