[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Andras Timar timar at kemper.freedesktop.org
Mon Apr 11 05:51:48 PDT 2011


 configure.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e1021e686c9dd3344972657dfdd018ecca67183e
Author: Andras Timar <atimar at novell.com>
Date:   Mon Apr 11 14:50:35 2011 +0200

    let the 'kid' language code (Key ID build) pass configure check

diff --git a/configure.in b/configure.in
index 33dd0cd..922e3ec 100755
--- a/configure.in
+++ b/configure.in
@@ -7733,6 +7733,7 @@ fi
 # check that the list is valid
 for lang in $WITH_LANG ; do
    test "$lang" = "ALL" && continue;
+   test "$lang" = "kid" && continue;
    # need to check for the exact string, so add space before and after the list of all languages
    all_langs=" $ALL_LANGS "
    test `echo "$all_langs" | sed "s|.* $lang .*|found|"` = "found" && continue;


More information about the Libreoffice-commits mailing list